Closed GoogleCodeExporter closed 9 years ago
OK, I managed to solve it by upgrading setuptools from 12.05 to 12.1 by running
curl https://bootstrap.pypa.io/ez_setup.py -o - | python
After this installing the package got further, but was throwing ImportErrors
for missing the ez_setup module, so I did
pip install ez_setup
After this, pip install ortools worked. I'm not really sure if this was an
issue with setuptools, my local virtualenv spaghetti or some ortools package
settings.
Original comment by kermit666
on 16 Feb 2015 at 10:52
Thanks for the workaround!
Original comment by laurent....@gmail.com
on 16 Feb 2015 at 1:37
I have added the steps in the troubleshooting part of the doc.
Original comment by lper...@google.com
on 4 Mar 2015 at 10:24
Original issue reported on code.google.com by
kermit666
on 16 Feb 2015 at 10:37