-
Notifications
You must be signed in to change notification settings - Fork 22
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
PyYAML 5.4.1 is broken, use PyYAML 5.3.1 instead #397
Comments
gameoverhack
changed the title
PyYAML 5.4.1 is broken, use PyYaml 5.3.1 instead
PyYAML 5.4.1 is broken, use PyYAML 5.3.1 instead
Aug 7, 2023
For anyone else struggling with this, until the devs fix it in the repo, you can force
|
Found this while trying to Use the workaround above |
gui is locked. will not record task |
This is resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PyYAML version 5.4.1 is causing 'pip install gradient' to fail.
See: yaml/pyyaml#724
Solution is to use 5.3.1
ie., change line 70 in
setup.py
fromPyYAML==5.*
toPyYAML==5.3.*
The text was updated successfully, but these errors were encountered: