Skip to content
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

Missing package: cryptography for version 43.0.1 #469

Closed
3 of 5 tasks
yakirm-cr opened this issue Sep 4, 2024 · 3 comments
Closed
3 of 5 tasks

Missing package: cryptography for version 43.0.1 #469

yakirm-cr opened this issue Sep 4, 2024 · 3 comments

Comments

@yakirm-cr
Copy link

Package name

cryptography

Package version

43.0.1

PyPI URL

https://pypi.org/project/cryptography/

piwheels URL

https://www.piwheels.org/project/cryptography/

Python version

  • Python 3.9
  • Python 3.11

I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi

  • Yes

I have checked for duplicate issues

  • Yes

I am the maintainer

  • Yes

More information

No response

@orosam
Copy link

orosam commented Sep 4, 2024

According to the build logs for bullseye and bookworm:

  • Both resulted in cryptography-43.0.1-cp37-abi3-linux_armv7l.whl
  • The bullseye version finished later.

It looks like as if the bullseye version overwrote the bookworm version. However, there really should be two files, if I understand correctly, since the bullseye version is linked against openssl1.1, while the bookworm version is against openssl3.

@bennuttall
Copy link
Member

Duplicate of #464 - not an easy fix due to the wheels starting to be tagged as abi3 so we can't build separate versions for Bullseye and Bookworm. Please pin the previous version.

@orosam
Copy link

orosam commented Sep 4, 2024

Wouldn't it be possible to override the platform compatibility tag in the bullseye build to e.g. cp311-abi3-linux_armv7l?

While it's pretty much a hack, it might solve most issues due to bookworm having python3.11, so theoretically pip should choose the cp311-abi3-linux_armv7l tag over cp37-abi3-linux_armv7l.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants