Pycharm Interpreter Failing to Install and Uninstall Packages
Answered
I am using Pycharm IDE to do some Flask API Development.
I created a virtualenv and set the project interpreter to the respective virtualenv.
As shown in this image

However, whenever I try to install packages through the IDE, i keep getting this error.

I have tried pip installing it through terminal when the virtualenv is activated, but it still does not work. Does anyone have any ideas?
Thanks a lot!
Please sign in to leave a comment.
Hello! It was a known problem which has already been fixed. Please update your Pycharm, as of version 2018.1.2 PyCharm works fine with pip 10.
Im on PyCharm 2018.1.3 and still run into this error
How did you install/upgrade PyCharm 2018.1.3? Our helper scripts should have been properly updated for pip 10 support in this version.