-
Notifications
You must be signed in to change notification settings - Fork 832
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
Install blocked by PyYaml dependency broken with new Cython 3 #5033
Comments
upstream decided not to release fix for pyyaml v5.4 (see yaml/pyyaml#726 (comment)) and it would be great if the fix (if any) can be backport to seldon-core v1.x as well. and as workaround, per yaml/pyyaml#724 (comment) |
➕ there are innocent models dying out here, we're pretty heavily blocked until this is resolved
In case you have other dependencies getting in the way, it seems the reverse also works. I'm able to install pyyaml==6.0.1 and |
Jumping in on this train here, we're blocked on this as well and upgrading doesn't look like it's going to fix things for us |
There was a new release of Cython v3 yesterday, which breaks all versions of PyYaml<6.0.1.
This makes it impossible to install seldon-core currently.
More information here: yaml/pyyaml#724
seldon-core/python/setup.py
Line 43 in ac914f3
Is it possible to relax the dependency range to this?
The text was updated successfully, but these errors were encountered: