Anaconda报错
- Spyder打开错误:
pyder crashed during last session
If Spyder does not start at all and before submitting a bug report, please try to reset setting to defaults by running Spyder with the command line option '--reset:
python spyder --reset
- 解决方法,在Anaconda Prompt中输入:
python -c "from spyderlib.spyder import main; main()" --reset
Anaconda安装模块
首先在指定网站下载模块XXX.zip安装包
然后打开cmd进入到模块解压包目录
输入conda install XXX即可安装该模块