小编Ian*_*nSR的帖子

我如何更新Anaconda?

我在我的电脑上安装了Anaconda,我想更新它.在Navigator中,我可以看到有几个单独的软件包可以更新,但也有一个anaconda软件包有时会有版本号,有时会说custom.我该怎么办?

在此输入图像描述

python anaconda conda

224
推荐指数
8
解决办法
36万
查看次数

如果使用Anaconda无法正常运行,我该怎么办?

我正在尝试使用Anaconda运行一些Python软件,但是当我尝试启动Jupyter,Spyder或R Studio时,我只是收到一条错误消息.类似于以下内容:

在此输入图像描述

错误文本是:

Traceback (most recent call last):
File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/qtpy/__init__.py", line 148, in 
from PySide import __version__ as PYSIDE_VERSION # analysis:ignore
ModuleNotFoundError: No module named 'PySide'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Users/ijstokes/anaconda/envs/spyder/bin/spyder", line 6, in 
sys.exit(spyder.app.start.main())
File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/spyder/app/start.py", line 103, in main
from spyder.app import mainwindow
File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/spyder/app/mainwindow.py", line 49, in 
requirements.check_qt()
File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/spyder/requirements.py", line 39, in check_qt
import qtpy
File "/Users/ijstokes/anaconda/envs/spyder/lib/python3.6/site-packages/qtpy/__init__.py", line 154, in 
raise PythonQtError('No Qt …
Run Code Online (Sandbox Code Playgroud)

python spyder anaconda jupyter-notebook

3
推荐指数
1
解决办法
1515
查看次数

标签 统计

anaconda ×2

python ×2

conda ×1

jupyter-notebook ×1

spyder ×1