after a google search still can't find easy way to install pywin32 to pypy (latest 3.5)- for cpython pip install pywin32
works well, but not for pypy, an old version at link below seems not work either, any guide?
https://bitbucket.org/amauryfa/pywin32-pypy/downloads/
how to install pywin32 for latest pypy 3.5?
Have you tried building from source from here? –
Lulita
not yet... i can guess there will be many bugs as link above from amauryfa do many fix? and no any precompiled version? –
Bendy
I would bet that the opposite is true. The repository you hve linked was last updated 2012-09-17, while the official one was last updated 13 days ago. If there is a pre-compiled binary out there, it is not on PyPi –
Lulita
You will need a compiler to pip install pywin32
on PyPy, a binary wheel is not available. This link for CPython has some hints to get a compiler.
© 2022 - 2024 — McMap. All rights reserved.