does not install on windows python 3.10
See original GitHub issueC:\WINDOWS\system32>pip install --upgrade docker==5.0.3
Collecting docker==5.0.3
Using cached docker-5.0.3-py2.py3-none-any.whl (146 kB)
ERROR: Could not find a version that satisfies the requirement pywin32==227; sys_platform == "win32" (from docker) (from versions: 302, 303)
ERROR: No matching distribution found for pywin32==227; sys_platform == "win32"
It seems unusual to me that the docker package depends on a specific exact version of pywin32
Issue Analytics
- State:
- Created a year ago
- Reactions:10
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Issue 47050: Cannot install Python 3.10.3 on Windows
Looks like you may have "cleaned up" your package cache at some point, which means you can't uninstall the old version anymore. Try...
Read more >Can't install Python 3.10.5 on Windows 10 - Reddit
I'm not 100% sure but it sounds like the download to install Python is corrupted somehow. Try downloading and installing a different file...
Read more >How to Install Python 3.10 in windows - DEV Community
Open Windows Powershell. Type "python --version" and press enter. If an error message shown in then, Python is not installed on your computer....
Read more >How to Install Python on Windows in 5 Minutes - DataFlair
Possible Issues After Python Installation · The Python setup may fail if you don't have Windows Service Pack 1 (SP1) installed on your...
Read more >pip module not found even after pip install Python 3.10
You can install it in the same environment as Giacomo suggested using PyCharm to be sure. Click the "Terminal" tab and run the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Upcoming release will properly support Python 3.10
We’re getting there soon now; what can we do to rocket this further? Need help?