-
Notifications
You must be signed in to change notification settings - Fork 559
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
Old maximum grpcio version is blocking other dependencies #1956
Comments
Thanks for the report @christophbergemann! What's your Python version & OS? @Michaelvll: wondering if we can do https://github.com/ray-project/ray/blob/72e5f6be51808a77fe15a87b206d8214fc91abda/python/requirements.txt#L25-L30. |
Running on Windows 11 with Python 3.10. |
Good point! It seems the problem has been solved by the upstream |
This has now been relaxed in 0.3: skypilot/sky/setup_files/setup.py Lines 97 to 101 in 3deccb2
Please feel free to reopen this if it doesn't fix the issue for you. |
skypilot requires grpcio<=1.43.0, which is quite old. This is causing unresolvable version conflicts in some cases. While my example (below) may be quite a particular use case, I think this is going to be a more general problem.
My example is using
leading to
The text was updated successfully, but these errors were encountered: