question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

does not install on windows python 3.10

See original GitHub issue
C:\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:closed
  • Created a year ago
  • Reactions:10
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
milascommented, Jul 28, 2022

Upcoming release will properly support Python 3.10

0reactions
jonapichcommented, May 3, 2022

We’re getting there soon now; what can we do to rocket this further? Need help?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found