Проблема с установкой Python
Совершенно новый для Python (некоторый базовый HTML в средней школе), но, как часть степени Maths, мы должны использовать Python и, в частности, Anaconda.
Я попытался установить его на свой ноутбук с Windows 7, и он не прошел хорошо. Открытие приглашения Anaconda возвращает: » C:\ProgramData\Anaconda2\Scripts\activate.bat’ is not recognised as an internal or external command, operable program or batch file. «.
Рекомендуемый поиск google в каталоге файлов, но с использованием где Anaconda (как заглавные буквы, так и нет) возвращает » INFO: Could not find files for the given pattern(s). «. Я не могу найти его ни в папке Program Files, ни в любом другом месте. Также следует упомянуть, что я не отмечал возможность создания нового PATH во время установки, поскольку мастер рекомендовал его, и я не могу переустановить, поскольку каждый раз, когда он говорит, что » 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. » » 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, как рекомендовал преподаватель.
Need help in installing anaconda
I tried installing anaconda for my AI project using python. When I try to install anaconda on to my new laptop but when the prompt comes to where I should be saving my file I get this warning "Destination folder contains 1 space. This can cause problems with several conda packages. Please consider removing the space."
I am trying to save the file on my C drive but I keep getting this warning and my laptop is also new. How do solve this issue. Please help
2 Answers 2
It might be because your username has space in it like C:\Jon Doe\Anaconda3\
Install anaconda at C:\Anaconda3\ or something
Anaconda Install: Problem with spaces
I am new to this site, so please redirect if not appropriate.
I am trying to install Anaconda in ubuntu. I want to install it on a particular path as instructed on their guide. The problem is with the path specification. I have ensured that the immediate path to the install folder does not contain any spaces. But I get
ERROR: Cannot install into directories with spaces
Now, I figured maybe any directories on the path (may not be directly entering the path name) must not contain any spaces. Is this true? In this case, I would have to manually change folder names for all! Additionally this does not seem to be true since there maybe a lot of nested folders and that would be a really cumbersome task. Any solutions or insights? I am learning this thing on the go. Any suggestions would be welcome!