Python Forum
I'm trying to install python 3.11.11 on windows 10 - it doesn't work
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I'm trying to install python 3.11.11 on windows 10 - it doesn't work
#1
i added environment variables, but when i try to run python setup.py install command via cmd nothing happens. just line is updated

if i do python setup.py install from the corresponding folder, i get message - F:\Python-3.11.11\Python-3.11.11>F:\Python-3.11.11\Python-3.11.11\python.exe setup.py install
"F:\Python-3.11.11\Python-3.11.11\python.exe" is not recognized as an internal or external
command, operable program or batch file.

neither copilot nor chtgpt could solve the problem.

i need version 3.11.11

how to install it? i tried on 2 laptops.

[Image: 3da95f05-fd7d-4c90-ae37-4c2210e65b28.png]

[Image: 04c28580-e1d2-4f81-ab17-a6707c90ae65.png]

Attached Files

Thumbnail(s)
   
Reply
#2
Why do you have a directory named Python-3.11.11 inside F:\Python-3.11.11? That looks odd to me.
Reply
#3
In cmd do py --list-paths.
Now you will get all Python version install with full Paths.
Now add that path you get path in System Variables Path not User Variables(delete all Python path there).
Example in this image see that also add that Scripts folder so pip works.
Testet python and pip in cmd example.
C:\>python --version
Python 3.12.2

C:\>pip --version
pip 24.0 from C:\Python312\Lib\site-packages\pip (python 3.12)
As mention F:\Python-3.11.11\Python-3.11.11\python.exe path looks strange.

If you wonder why py always work and bypass environment variables,
is because when install Python it will place py.exe in C:\windows folder then will always be in System Path.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP doesn't work YKR 1 595 Mar-28-2025, 02:10 PM
Last Post: snippsat
  Python doesn't run! leon_heller 2 1,164 Nov-27-2024, 10:00 AM
Last Post: buran
  Executable file compiled by PyInstaller does not work on Windows 7 amusaber 1 1,655 Jul-11-2024, 02:59 PM
Last Post: DeaD_EyE
  Extending list doesn't work as expected mmhmjanssen 2 1,332 May-09-2024, 05:39 PM
Last Post: Pedroski55
  pip install requests doesnt work misodca 8 18,796 Jul-07-2023, 08:04 AM
Last Post: zyple
  Why doesn't calling a parent constructor work with arbitrary keyword arguments? PurposefulCoder 4 1,876 Jun-24-2023, 02:14 PM
Last Post: deanhystad
  Why doesn't this code work? What is wrong with path? Melcu54 7 3,423 Jan-29-2023, 06:24 PM
Last Post: Melcu54
  color code doesn't work harryvl 1 1,783 Dec-29-2022, 08:59 PM
Last Post: deanhystad
  pip install pystyle doesnt work person_probably 2 3,772 Sep-23-2022, 02:59 PM
Last Post: person_probably
  client.get_all_tickers() Doesn't work gerald 2 2,552 Jun-16-2022, 07:59 AM
Last Post: gerald

Forum Jump:

User Panel Messages

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