pip won't install pywin32-308-cp313-cp313-win_amd64.whl automatically, it thinks 307 is newest #2529
Closed
electroglyph
started this conversation in
General
Replies: 2 comments
-
Try clearing pip's cache. Otherwise more details are needed. It works for me in a venv:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
that did it, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pip install --upgrade pywin32 installs version 307 in Windows x64 instead of 308
pip install --force pywin32==308
result:
ERROR: Could not find a version that satisfies the requirement pywin32==308 (from versions: 307)
Beta Was this translation helpful? Give feedback.
All reactions