conda missing requests.packages.urllib3.util.url

我只是一个虾纸丫 提交于 2019-12-06 13:28:54
Dr. Fabien Tarrade

I got the same issue when trying to update few packages on my Mac.

With some try I manage to recover my installation I used these commands.

sudo pip uninstall conda
sudo pip install conda==4.1.6
sudo pip install conda_env==2.4.2
sudo pip install requests --upgrade

and I was able to do "conda info"

It seems that there is some conflict somewhere bit idea where and why. Probably you may have to reinstall/upgrade some other packages depending of the new error message you got.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!