Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Base Interpreter
#1
I need help figuring out how to install my project interpreter. I downloaded Python 3.8 for windows 10 68 bit and the Pycharm IDE. When go to settings-> project interpreter I get this error "No Python at 'C:\Users\David\AppData\Local\Programs\Python\Python38-32\python.exe'". However, I installed the same procedure on another computer and its working. Not sure what step I missed. any direction is appreciated.
Reply
#2
Quote: I downloaded Python 3.8 for windows 10 68 bit
Did you run the install program?
the download must be run to install.
also, pay attention when installing and check the pportion that asks if you want to add environment variables.
Once properly installed, you chould be able to (from command line) type 'python -V' which will show that 3.8 was installed.
to run a script:
python Myscript.py
or python3 Myscript.py
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020