-
Notifications
You must be signed in to change notification settings - Fork 1.6k
build and publish 3.6 + 3.7 wheels for OSX and Linux? #4382
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
Comments
On macOS and linux we publish limited API wheels (tagged If your pip isn't finding the abi3 wheels you'll need to upgrade it. |
ah, thanks. |
@reaperhulk Sorry to resurrect the thread, but even the latest version of pip won't resolve the abi3 wheels as a dependency when doing There is more detailed analysis at Azure/azure-functions-core-tools#1150 and a workaround by downloading cryptography separately and renaming the wheel so that it can be resolved. There's also a pip bug at pypa/pip#6070 though as usual when one particular wheel is causing problems it may be easier (and certainly faster) to fix it here first until the tools can fully support your intended workload. |
Uh oh!
There was an error while loading. Please reload this page.
currently, on pypi here: https://pypi.org/project/cryptography/#files
the latest version of cryptography publishes a platform comprehensive set of wheels for python 2.7:
for 3.6/3.7, only win32 wheels are provided:
this makes it very easy to consume
cryptography
as third party dep directly from pypi when using 2.7 - but less so when using modern 3.x - as a compilation step is needed (and thus requires ffi/openssl/etc devel packages).would there be some way to begin building and publishing a more platform-comprehensive set of wheels for both 3.6 and 3.7?
we could happily provide a PR for this if that sounds reasonable (and assuming there's some reasonable way to test a contrib PR - the build seems to rely on an internal Jenkins instance, fwict?).
The text was updated successfully, but these errors were encountered: