Closed damientully closed 5 years ago
Hi Damien, thanks for your interest in Phydelity!
It seems that your Python environment is not importing the gurobipy
module. It also looks like you are using a separate python 2.7 Anaconda environment (py27
).
I'm guessing that the gurobipy
module is missing in this separate env -- can you check if the gurobipy.so
file in your /Users/damientully/anaconda/envs/py27/lib/python2.7/site-packages/
path? If not, the easiest way to fix this is to install gurobi while you are in the py27
env:
$ source activate py27
(py27) $ conda config --add channels http://conda.anaconda.org/gurobi
(py27) $ conda install gurobi
Let me know if this works!
Oh thanks I forgot about that. Works now!
Hi,
I am trying to get Phydelity to work but get the following error message:
But Gurobi seems to be installed
Any thoughts? Damien