TEL: (+225) 08 80 36 46
--Hello everyone:)I need Gurobi for some optimization problems and downloaded version 8.1.0 and installed the package in my terminal (I am using Mac). In the terminal Gurobi seems to work. I would like to use it within Pycharm though.My first command "from gurobipy import *" leads to the follwoing error:ModuleNotFoundError: No module named 'gurobipy'In Jupyter Notebook the code works fine...Can anyone help me with this?Thank you in advance and kind regardsKristina
---
You received this message because you are subscribed to the Google Groups "Gurobi Optimization" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gurobi+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
(venv) bash-3.2$ which python
/Users/luce/PycharmProjects/TestProject/venv/bin/python
(venv) bash-3.2$ cd /Library/gurobi810/mac64/
(venv) bash-3.2$ python setup.py install
1) Go to a terminal window *from within PyCharm* (butten bottom left)