Forums

pip3.6 install issue

Hi, I'm using the command bellow:

pip3.6 install --user pythonanywhere

But several error messages are shown (see the picture in the link: https://ibb.co/4s07XP6) and the module it is not installed.

Someone could help me with this problem, please?

Thanks in advance

I think you have a broken version of pip installed locally. Try

rm -r ~/.local/lib/python3.6/site-packages/pip/

and see if that helps. It will remove the local installation of pip in favor of the pre-installed one.

I tried and it didn't work. Can I use this command on Anaconda prompt? I am a windows user, is this a problem for using this command?

Thanks for your support

If you're running the commands on PythonAnywhere (which it looks like you are) then being on Windows shouldn't be a problem -- everything will be running on our (Linux) servers.

Can I take a look at your files? We can see them from our admin interface, but we always ask for permission first.