how to install pywin32 for latest pypy 3.5?
Asked Answered
B

1

2

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/

Bendy answered 10/10, 2018 at 15:18 Comment(3)
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 PyPiLulita
C
1

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.

Crispen answered 24/10, 2018 at 4:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.