-
-
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
Failed to build cramjam==2.8.1
with the latest version of maturin
#195
Comments
The error happens until 2.8.3. Build is fine from >= 2.8.4 |
Thanks, I'm curious though why you're building the wheel and not using the ones already available on PyPI? Secondly, and maybe most importantly, if >=2.8.4 build fine with the latest version of maturin then that's great. Otherwise when past versions of cramjam no longer build with the latest version of maturin then...well, I don't think I care at all. My recommendation there would be to build <2.8.4 with whatever version of maturin was used/available at that time. |
I'm just running: |
Okay, if it's building from source due to there not being a wheel available for the platform then I'm quite interested as I'm trying to ensure pretty much all platforms have wheels built for them. Or maybe you just need to ensure pip is upgraded before trying to install? |
When installing cramjam==2.8.1 I'm receiving the following error:
since 1.8.0 maturin throws an error if package does not specify version in pyproject.toml -> https://github.com/PyO3/maturin/releases/tag/v1.8.0
More context on my issue -> CI is failing here: https://github.com/open-telemetry/opentelemetry-python-contrib/actions/runs/12503550201/job/34884097964?pr=3134
The text was updated successfully, but these errors were encountered: