Gurobi is being installed with wrong python version
AnsweredI'm using Windows and my default python version is:
python --version
Python 3.6.5 :: Anaconda, Inc.
Unfortunately, Gurobi is choosing 2.7 for installation.
How to install it with python 3.6?
1
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Stanislaw -
Can you share via copy/paste the problem you are seeing? For instance:
(base) ~/ $ gurobi.sh
Python 2.7.10 (default, Feb 22 2019, 21:55:15)
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.37.14)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Gurobi Interactive Shell (mac64), Version 8.1.1
Copyright (c) 2018, Gurobi Optimization, LLC
Type "help()" for help
gurobi>This is to be expected. The Gurobi 8.1.1 shell runs in Python 2.7.
0
Post is closed for comments.
Comments
2 comments