You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release logs of version 1.15 of tf2onnx mentioned supporting TensorFlow 2.12/2.13. However, when I tried to pip install tf2onnx 1.15 and tensorflow 2.12 or 2.13, there is clearly a version conflict preventing the pip install.
Further information
The text was updated successfully, but these errors were encountered:
I would like to re-open this issue, while the comment above is true (in the sense that you can manage to resolve tensorflow and tf2onnx in a clean virtualenv), it will lead to protobuf ~=3.20 to be installed.
This was only changed from tf2onnx 1.15 onwards (see #2171)
If I want to install this together with some GRPC dependencies, this will resolve to the following setup - note that this is using the most recent protobuf version, but "downgrade" tf2onnx. Will this lead to issues with tf2onnx 1.14? What was the original reason on why to include the protobuf pin?
Ask a Question
Question
The release logs of version 1.15 of tf2onnx mentioned supporting TensorFlow 2.12/2.13. However, when I tried to pip install tf2onnx 1.15 and tensorflow 2.12 or 2.13, there is clearly a version conflict preventing the pip install.
Further information
The text was updated successfully, but these errors were encountered: