Skip to content
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

protobuf version issue when trying to install packages in colab #104

Closed
lhphanto opened this issue Jan 8, 2023 · 1 comment
Closed

protobuf version issue when trying to install packages in colab #104

lhphanto opened this issue Jan 8, 2023 · 1 comment
Labels
third party Third-party tool issues

Comments

@lhphanto
Copy link

lhphanto commented Jan 8, 2023

Issue Type

Others

onnx2tf version number

N/A

onnx version number

N/A

tensorflow version number

2.10.0

Download URL for ONNX

N/A

Parameter Replacement JSON

N/A

Description

I tried to install onnx2tf in colab as instructed

!sudo add-apt-repository -y ppa:deadsnakes/ppa
...
!python3.9 -m pip install tensorflow==2.10.0 \
...
  && python3.9 -m pip install -U onnx2tf \
  && python3.9 -m pip install -U protobuf==3.20.3

But I got the following error

tensorflow 2.10.0 requires protobuf<3.20,>=3.9.2, but you have protobuf 3.20.3 which is incompatible.
tensorboard 2.10.1 requires protobuf<3.20,>=3.9.2, but you have protobuf 3.20.3 which is incompatible.

Is that expected?

Thanks!

@PINTO0309
Copy link
Owner

Is that expected?

Yes. You can safely ignore that error; it's a TensorFlow issue, but it doesn't mean much.

@PINTO0309 PINTO0309 added third party Third-party tool issues Keras (.h5) Keras (.h5) and removed Keras (.h5) Keras (.h5) labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third party Third-party tool issues
Projects
None yet
Development

No branches or pull requests

2 participants