My setup is a bit nonstandard, but I've got some of the python solvers working: (pywrapgraph, knapsack, LP)
However, `build/src/gen/ortools/constraint_solver/pywrapcp.py` has an inexplicable and unmet dependency on:
`import google3.util.operations_research.constraint_solver.python.pywrapcp`
Has anyone seen this before or have any ideas where it comes from or would be served from? That file was generated via Swig, so I suspect either swig or protocol buffers are to blame. Anybody know if using protobuf-2.5.0 (not 2.6.1) could cause this? It's non-trivial for me to upgrade protobuf in our environment, but I can spend time on it if it will unblock this.
Again, my environment is using some non-standard locations and I had to modify Makefiles a bit to give update locations to zlib and python, but mostly I just `make python` with some custom locations.
I'm using the following libs:
'python-2.7.5',
'gflags-1.6',
'protobuf-2.5.0',
'sparsehash-2.0.2',
'pcre-8.32',
'zlib-1.2.5',
'coin-cbc-2.9.5',
'google-apputils-0.4.2',
'swig-3.0.1',
Also, are there any plans to move this to autoconf, etc?
Thanks,
Ryan
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.