0

I opened Pycharm today and Opened new project, but suddenly pip is not working. When I type pip install kivy on Pycharm command, it gives me

Scripts pip is not recognized as an internal or external command, operable program or batch file.

It worked fine on yesterday. Why this happens and how to solve this error?

I'm using Python 3.8, Windows 10 and Pycharm 2020.3 Community edition.

bad_coder
  • 5,829
  • 13
  • 26
  • 41
Ejelleal
  • 169
  • 1
  • 9
  • 1
    I think the issue is that Pycharm can't detect the location of Python on your Machine. Try using the Python Interpreter and add the path to your python installation. – vigviswa Jan 27 '21 at 03:46
  • Ok. Now pip works in my Pycharm venv with your great solution, but during I fixing this error, I found that pip does not work in command. I always use Pycharm and venv so I couldn't realize this. How to solve this? Reinstall Python? – Ejelleal Jan 31 '21 at 23:26
  • 1
    This again is an issue because you may have not added the environment variable in Windows while installing Python. Try running pip from your python directory. There's no need to install Python again. – vigviswa Feb 02 '21 at 04:25
  • It simply is a problem because your machine cannot locate the location of Python on the local drive. – vigviswa Feb 02 '21 at 04:25

0 Answers0