试着
conda install -c conda-forge requests-futures=0.9.7
但失败了
conda is not recognized as an internal or external command
,
C:\Users\user_name\Anaconda3\Scripts
has been set for Path
in environment variables
under both user
and System variables
.
我也安装了 Python 3.5
并且它在 Path
上,我正在使用 Win10 X64
。
如何解决这个问题?
原文由 daiyue 发布,翻译遵循 CC BY-SA 4.0 许可协议
之前在这里问过类似的问题,检查 一下 可能会对您有所帮助。
To make sure that conda package is installed correctly, check if conda package files , ie
conda
conda-env
conda-env-script
conda-script
conda-server
conda-server-script
等存在于 Anaconda3\Scripts 文件夹中。