-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PEP 514 compatibility? #738
Comments
Yes, this may be related to the new PEP rules. I had the same problem, but found a quick and dirty way around it: To install the 64-bit version go to Similarly, for the 32-bit version, go to Original comment by: efotinis |
Note that while installing does work after renaming the key to "3.6-32" (thanks for the tip!), the Pythonwin installer will still place its helpfile reference under "3.6". This requires some extra fiddling until the correct situation is established again. Original comment by: sch |
Installing pywin32 from pip is much easier:
Original comment by: xaav |
.exe installers are now deprecated #1939 and wheels for all bitness are available on PyPI |
So I installed Python 3.6.0 (64 bit), then tried to install pywin32-220.win-amb64-py3.6.exe and it reported
Cannot install
Python version 3.6-32 required, which was not found in the registry.
OK
Not sure what it is looking for in the registry, but PEP 514 maybe changed some of that?
Reported by: guruglenn
Original Ticket: pywin32/bugs/738
The text was updated successfully, but these errors were encountered: