Skip to content

Tag: pip

pip3: bad interpreter: No such file or directory

I am trying to install dependencies using pip3 command current scenario: I have no idea why my pip3 command is not working. I have tried things like this: Answer You’ve got a whole slew of different Python installations, plus at least one former Python installation that you deleted. Situations like this…

Pycharm Can’t install TensorFlow

I cannot install tensorflow in pycharm on windows 10, though I have tried many different things: went to settings > project interpreter and tried clicking the green plus button to install it, gave me the error: non-zero exit code (1) and told me to try installing via pip in the command line, which was succ…

How to uninstall corrupt pip

I did a pip operation and got a suggestion from pip to upgrade: You are using pip version 9.0.1, however version 9.0.3 is available. You should consider upgrading via the ‘pip install –upgrade pip’ command. Unfortunately I upgraded using sudo, even though I’m not convinced it is what a…