完全不熟悉Python (中学的一些基本HTML ),但作为数学学位的一部分,我们需要使用Python,特别是Anaconda。
我曾尝试在我的Windows7笔记本电脑上安装它,但没有成功。打开Anaconda提示返回:“'C:\ProgramData\Anaconda2\Scripts\activate.bat' is not recognised as an internal or external command, operable program or batch file.”
谷歌搜索建议进入文件目录,但使用where Anaconda (大写和非大写)返回"INFO: Could not find files for the given pattern(s).“。我在Program Files文件夹或其他任何地方都找不到它。还需要指出的是,我没有在安装过程中按照向导的建议勾选创建新路径的选项,而且我不能在每次都显示"Error 'Destination Folder' contains 2 spaces. This can cause problems with several Conda packages, and is thus disabled. Please install to a path without the spaces.“时重新安装。
最后,我尝试安装的版本是导师推荐的Anaconda 2 5.0.0。
非常感谢。
发布于 2017-10-17 22:57:05
尝试卸载Anaconda,然后从here重新安装。或者,如果您以前在计算机上单独安装了Python,则卸载它,并在Anaconda安装过程中为您重新安装它。
发布于 2020-07-09 22:42:45
Error 'Destination Folder' contains 2 spaces. This can cause problems with several Conda packages and is thus disabled. Please install to a path without the spaces.要克服此错误,请重命名您的文件,但请记住其中不能有任何空格。
https://stackoverflow.com/questions/46792960
复制相似问题