Python Forum
No Python 3.10 installation was detected
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No Python 3.10 installation was detected
#2
Look at this Thread and Python 3.9/3.8 and pip installation under Windows
(Oct-13-2021, 10:22 AM)RussellZoloft Wrote: Problem was, it did not replace 3.9.7, but installed besides it, giving me two active installs.
It will not replace so it install to new folder.
All install is passive Windows see Python trough Environment Variables Path.
So if not Path update you can do it manually as in this image
Then python and pip from command line will point to 3.10.

py can be used to access all version for python.org.
As you see i have many still python 3.9 as main version and can access 3.10 with py
G:\div_code
λ py -0
Installed Pythons found by py Launcher for Windows
 -3.10-64 *
 -3.9-64
 -3.8-64
 -3.7-32
 -3.6-32
 -3.5-32
 -3.4-32
 -2.7-32

G:\div_code
λ python -V
Python 3.9.5

G:\div_code
λ pip -V
pip 21.2.4 from c:\python39\lib\site-packages\pip (python 3.9)

G:\div_code
λ py -3.10 -V
Python 3.10.0
Reply


Messages In This Thread
RE: No Python 3.10 installation was detected - by snippsat - Oct-13-2021, 12:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python path not detected even it run in cmd. rorjet 3 3,205 Jun-22-2018, 09:10 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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