Troubleshooting Anaconda Package Installation: Common Issues and Solutions

preview_player
Показать описание
HOW TO INSTALL PACKAGES IN ANACODA 3 IN PYTHON.

if you have Anaconda 2 and 3 installed on your computer, replace pip with pip3

conda install pip (if you don't have pip installed, install it using conda)
(sudo) pip install --force-reinstall numpy==1.14.5 (if you are using Mac or Linux remember to put sudo before pip.
(sudo) pip install --force-reinstall msgpack==0.4.6
(sudo) pip install --force-reinstall urllib3==1.21.1
(sudo) pip install --force-reinstall idna==2.5
(sudo) pip install --force-reinstall chardet
(sudo) pip install --force-reinstall pandas==0.20.3
(sudo) pip install --force-reinstall pandas_datareader==0.5.0

Avoid installing from within Notebook unless you are an admin of your machine.
Рекомендации по теме
Комментарии
Автор

hi, i have followed the steps of yours, but my codes keep appearing this error "'pip' is not recognized as an internal or external command,
operable program or batch file.". What should i do?

aguszh_ig
join shbcf.ru