-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot build for PyPy on Windows #65
Comments
@conda-forge/core pywin32 itself shouldn't be available for pypy on windows, but apparently it is. Will adding a skip: true w/ a selector to this recipe work? or do I need to do something else? |
See PR #64 |
do you want pypy on linux? |
Though I've only used this package on Linux with PyTorch and never with pypy, I don't see why not. |
due to the way the infrastructure works (all platforms get rebuilt for pypy together) I would rather not move this forward until we get a good resolution on pywin32. If a user of pypy + portalocker + linux requests it, i would oblige to merge, but lets see if we can do better in the meantime. |
Yes, I think this is the right answer. Just didn't know if pypy (or something else) could be used as a selector Thanks for the input. Time to go look at pywin32. |
Comment:
Portalocker on Windows depends on pywin32.win32con. Unfortunately the PyPy package of pywin32 does not include this module, causing the build to fail.
The text was updated successfully, but these errors were encountered: