parfait atchadé
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by parfait atchadé-
parfait atchadé commented,
Ereuka!!! Many thanks!!!! WORKS
-
parfait atchadé commented,
import os, sysprint(sys.executable) # works this timeprint(sys.version)print(sys.version_info) You are right, I'm calling another python. Do you know if with one Jupyter we can configure more tha...
-
parfait atchadé commented,
You are using Jupyter too? this command import sysprint(sys.executable) is not working for me...
-
parfait atchadé commented,
Thanks!! Yes!! Done!! sh-3.2# python setup.py install running install running build running build_py creating build creating build/lib creating build/lib/gurobipy copying lib/python2.7/gurobipy/__i...
-
parfait atchadé commented,
I was on the wrong path... running install running build running build_py creating build creating build/lib creating build/lib/gurobipy copying lib/python2.7/gurobipy/__init__.py -> build/lib/gur...
-
parfait atchadé commented,
Many thanks Gwyneth!!! It's amazing... It seems that I don't have the setup.py file exec gurobi.sh Last login: Fri May 17 18:51:03 on ttys001 MacBook-Air-BCG:~ parfait$ exec gurobi.sh Python 2.7...
-
parfait atchadé created a post,
no module name 'gurobipy'
AnsweredI installed Gurobipy and the license successfully. But I execute my program from Jupiter... The result is: No module named 'gurobipy' as is showed here: ------------------------------------------...