Saturday, December 29, 2018

Update pip in Anaconda


You can't follow the instruction to use"python -m pip install --upgrade pip" to update pip version, you need to use this:

conda config --add channels conda-forge 
conda update pip

No comments :

Post a Comment