You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
pip install -r requirements.txt
pip install --no-deps digital-ocean-spaces
Cheers
The text was updated successfully, but these errors were encountered: