Reputation: 1
While Installing autopy in python it shows an error which looks like this:
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'D:\Python\python.exe'.
I tried everything, I deleted my old interpreter and added a new one and did delete and reinstall pycharm and python, I also tried downloading old version of autopy but still the problem is not solved
Upvotes: -1
Views: 1844
Reputation: 1
Download Python 3.8 or lower autopy does not work in upper versions
Upvotes: 0
Reputation: 49
You might have more than one Python installed on your system. You should check on Pycharm --> file> settings> project>project interpreter.
You should find the other Python instance on your system and change your interpreter to that one. If it does not appear in the list click on the button that looks like star in front of the project interpreter.
After changing the interpreter you should not receive that error anymore.
Upvotes: 1