В моем VS Code у меня запущено расширение Python, Python 3.6.1 и Anaconda3. Когда я копирую и вставляю некоторый код, VS Code попросил меня установить autopep8. Когда я нажимаю «Да», отображается поле .
Сначала я выбрал «Установить с помощью Conda». Затем появляется следующее сообщение об ошибке и не удалось правильно установить autopep8:
PS D:\Python> conda activate base
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
If using 'conda activate' from a batch script, change your
invocation to 'CALL conda.bat activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- cmd.exe
- fish
- tcsh
- zsh
- powershell
See 'conda init --help' for more information and options.
IMPORTANT: You may need to close and restart your shell after running 'conda init'.
PS D:\Python> & conda install --name base autopep8
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
'https://repo.anaconda.com/pkgs/main/win-64'
Я не понимаю, что означает это сообщение. Кто-нибудь может мне помочь?
Примечание: Вот все пути, которые я включил в ПУТЬ: