orbax icon indicating copy to clipboard operation
orbax copied to clipboard

ImportError: cannot import name 'oex_orchestration_pb2' from 'orbax.export.protos'

Open kanglant opened this issue 2 months ago • 3 comments

When running the latest orbax-export, the from orbax.export.protos import oex_orchestration_pb2 line in utils.py is failing with an ImportError: cannot import name 'oex_orchestration_pb2' from 'orbax.export.protos'.

Here is a test log: https://github.com/jax-ml/jax-ai-stack/actions/runs/17402977130/job/49400221219.

kanglant avatar Sep 02 '25 20:09 kanglant

I had this error and downgraded to orbax-export==0.0.6

zg009 avatar Sep 10 '25 22:09 zg009

Export-related tests are passing currently, in a recently-pushed PR. https://github.com/google/orbax/actions/runs/17745289200/job/50428988473?pr=2385

cpgaffney1 avatar Sep 15 '25 21:09 cpgaffney1

Thanks - will there be a new PyPI release with the fix?

jakevdp avatar Sep 15 '25 22:09 jakevdp