One of my PR builds started failing all of a sudden with the following error:
ERROR: Could not find a version that satisfies the requirement pyyaml==5.4.1
ERROR: No matching distribution found for pyyaml==5.4.1
I found this issue that suggests the error coincides with the release of Cython 3.
Someone suggested the following fix:
You can also upgrade to 6.0.1, which pins the Cython < 3.0.0.
One of my PR builds started failing all of a sudden with the following error:
ERROR: Could not find a version that satisfies the requirement pyyaml==5.4.1 ERROR: No matching distribution found for pyyaml==5.4.1I found this issue that suggests the error coincides with the release of Cython 3.
Someone suggested the following fix: