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

Impossible to install package because of Cython 3 and PyYaml > 5.4.1 incompatibility #8

Open
sbr-dev opened this issue Sep 7, 2023 · 0 comments

Comments

@sbr-dev
Copy link

sbr-dev commented Sep 7, 2023

Hello,

As it has been heavily documented on github, Cython 3 broke PyYaml > 5.4.1 installation. See yaml/pyyaml#724

Because of this major bug, it is now impossible to install digital-ocean-spaces with pip.
I suggest to modify the requirements.txt to force the PyYaml version to 5.3.1.

As a quick fix:

  • Copy the requirements.txt
  • Modify the version of PyYaml to 5.3.1
  • install all with pip install -r requirements.txt
  • then install the package with pip install --no-deps digital-ocean-spaces

Cheers

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

1 participant