1

This is my environmental variable for the python.enter image description hereI kept getting this error and couldn't figure out why I tried all the other solutions provided online and they are not working at all for me. But the python is working fine when I was using VScode, it is just pycharm that is not working. enter image description here

jason9933
  • 49
  • 1
  • 6
  • 1
    Does this answer your question? [Python was not found but can be installed from the Microsoft store (March, 2020)](https://stackoverflow.com/questions/60842487/python-was-not-found-but-can-be-installed-from-the-microsoft-store-march-2020) – s0xzwasd Dec 22 '20 at 09:35
  • Thanks but mine is working on VScode, it is pycharm that is printing this error message. – jason9933 Dec 22 '20 at 19:08

1 Answers1

2

Set python interpreter and create venv environment

enter image description here

Jethen
  • 82
  • 1
  • 7
  • Thanks now it is working, for some reason, I have two python 3.9 interpreter one of them is working, the other one is not. – jason9933 Dec 22 '20 at 20:26