-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 "File already exists in database" error in osx #1830
Comments
Can't offer much help but it looks similar to this |
It seems indeed similar, but I'm not using pyarrow (it is not installed in the env) |
maybe you're experiencing the same problem but with TF? |
fyi, here's another issue with protobuf/tf |
Thanks, I'll try checking if the solution in that issue works and/or fiddling with the import order. Thanks |
So to reproduce just run import tensorflow
import ortools.linear_solver.pywraplp inverting the imports seems to "fix" the issue this is with |
Strange that only osx has the problem. I'll use the import order workaround for now, and try again when 7.5 is out. Thanks |
Hi,
I'm getting this error using osx catalina with
ortools==7.4.7247
under python 3.7 while creating a modelThe protobuf version is
protobuf==3.11.2
. Downgrading protobuf to version 3.10 has the same problem.I've tried downgrading or-tools to versions 7.3.x, 7.2.x and 7.1.x and all have similar problems with protobuf (not exactly the same error, but it fails in the same point in my program). Version 7.0.x works correctly.
The program I'm running uses also tensorflow (version 1.13.1) and loads some models before using ortools. The same program works correctly under linux (ubuntu 18.04) and windows 10
Thank you
The text was updated successfully, but these errors were encountered: