-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Error at from ray import tune
due to new protobuf
release
#25282
Comments
saitcakmak
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
May 28, 2022
fixed by #25211 |
Downgraded protobuf to 3.19 and its solved for our case. |
12 tasks
pip3 install --upgrade protobuf==3.20.0 |
nhuet
added a commit
to nhuet/scikit-decide
that referenced
this issue
Jun 2, 2022
This commit can be revert as soon as ray-project/ray#25282 is fixed. Fix issue airbus#192.
I also get this error when trying to spin up a minimal AWS cluster from my local machine. Is there any workaround I can use to make it work? |
guyazran
added a commit
to CLAIR-LAB-TECHNION/multi-taxi
that referenced
this issue
Jun 2, 2022
use protobuf==3.20.0 according to: ray-project/ray#25282
nhuet
added a commit
to nhuet/scikit-decide
that referenced
this issue
Jun 2, 2022
This commit can be revert as soon as ray-project/ray#25282 is fixed. Fix issue airbus#192.
galleon
pushed a commit
to airbus/scikit-decide
that referenced
this issue
Jun 3, 2022
This commit can be revert as soon as ray-project/ray#25282 is fixed. Fix issue #192.
This issue can be closed as ray |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened + What you expected to happen
As of recent
protobuf 4.21.1
release,from ray import tune
throws the following error:This was originally encountered on failure of one of our nightly workflows: https://github.com/facebook/Ax/runs/6634795167?check_suite_focus=true
Versions / Dependencies
Python 3.7.0
Ray 1.12.1
Protobuf 4.21.1
Reproduction script
conda create -n test python=3.7
conda activate test
pip install "ray[tune]"
python
from ray import tune
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: