conda install -c conda-forge gurobipy
Answered
I am not able to get through conda install -c conda-forge gurobipy
I tried with.... conda config --add channels https://conda.anaconda.org/gurobi
but getting error
PackagesNotFoundError: The following packages are not available from current channels:
- gurobipy
However, I installed
conda install -c gurobi gurobi
Will this works or do i have to find way to install gurobipy
0
-
Hi Venkateswara,
conda install -c gurobi gurobi
should work for you. The conda gurobi package includes gurobipy.
For comprehensive instructions on installing Gurobi for Python, please refer to this article:
0
Please sign in to leave a comment.
Comments
1 comment