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

Error installing Pyyaml==5.4 and unable to build wheels for cffi, cryptography, psycopg2-binary #79

Open
2 tasks done
ashrafkvt opened this issue Sep 24, 2023 · 1 comment

Comments

@ashrafkvt
Copy link

ashrafkvt commented Sep 24, 2023

Being unable to install some of the project dependencies listed in the requirements file

  • I have verified that that issue exists against the master branch.
  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
@kbidve
Copy link

kbidve commented Jan 13, 2024

I faced the same issue, here are the steps I followed :

  1. Updated pip and setuptools:

    pip install --upgrade pip setuptools

  2. Install wheel

pip install wheel

  1. Before installing cryptography, I installed dependent packages on my Mac:
    brew install openssl libffi
  2. I removed pyyaml, cryptography from "requirements.txt" and installed manually , without providing versions which installed latest versions

pip install cryptography
pip install pyyaml

I hope this will resolve your issue.

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