ImportError: /usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/constraint_solver/_pywrapcp.so: invalid ELF header
File "/usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/constraint_solver/routing_enums_pb2.py", line 6, in <module>
from google.protobuf import descriptor as _descriptor
ImportError: No module named protobuf
>>> from ortools.constraint_solver import pywrapcp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/constraint_solver/pywrapcp.py", line 28, in <module>
_pywrapcp = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/constraint_solver/pywrapcp.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrapcp', fp, pathname, description)
ImportError: /usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/constraint_solver/_pywrapcp.so: invalid ELF header
>>> from ortools.linear_solver import pywraplp
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/linear_solver/pywraplp.py", line 28, in <module>
_pywraplp = swig_import_helper()
File "/usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/linear_solver/pywraplp.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywraplp', fp, pathname, description)
ImportError: /usr/local/lib/python2.7/dist-packages/ortools-3.3632-py2.7-linux-x86_64.egg/ortools/linear_solver/_pywraplp.so: invalid ELF header--
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.
I think we built the release with 16.04.
Too bad it is not compatible.
Does anyone knows how if it is possible to have per linux distribution pyoi modules?
--
You received this message because you are subscribed to a topic in the Google Groups "or-tools-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/or-tools-discuss/ZTAP6AOPxBY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to or-tools-discu...@googlegroups.com.