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
I tried to pip install isatools on Python 3.10, but it failed due to depending on PyYAML~=5.4.1, I believe the problem is due to this issue yaml/pyyaml#724.
I see that the PyYAML dependency has been updated on main but this has not been released (it's also not clear from the linked issue if using version 6.0.1 resolves the problem for all Python versions). Could a new release be made with a working version of PyYAML?
The text was updated successfully, but these errors were encountered:
I tried to
pip install isatools
on Python 3.10, but it failed due to depending on PyYAML~=5.4.1, I believe the problem is due to this issue yaml/pyyaml#724.I see that the PyYAML dependency has been updated on
main
but this has not been released (it's also not clear from the linked issue if using version 6.0.1 resolves the problem for all Python versions). Could a new release be made with a working version of PyYAML?The text was updated successfully, but these errors were encountered: