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

fossasia pypi server needs SHA256 for compatibility with poetry v1.2 #8794

Open
7yl4r opened this issue Jan 1, 2023 · 0 comments
Open

fossasia pypi server needs SHA256 for compatibility with poetry v1.2 #8794

7yl4r opened this issue Jan 1, 2023 · 0 comments

Comments

@7yl4r
Copy link

7yl4r commented Jan 1, 2023

Attempts to install with poetry are failing when using poetry v1.2+.


Error when running poetry install look like:

  Hash for cryptography (36.0.1) from archive cryptography-36.0.1-cp38-cp38-linux_x86_64.whl not found in known hashes (was: sha256:fb250420df0c5efb3bed6f692cda7526a468be88ea29ac070937a022c772465f)

or

  Retrieved digest for link cryptography-36.0.1-cp38-cp38-linux_x86_64.whl(md5:50c7a343715493fc101598a45af24942) not in poetry.lock metadata ['sha256:fb250420df0c5efb3bed6f692cda7526a468be88ea29ac070937a022c772465f']

A failed build log from GH actions is here.


I believe this is related to this open issue in poetry.
The private cryptography pypi server running on fury.io needs to be updated to use SHA256 hashes instead of MD5.

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

No branches or pull requests

2 participants