gpt4 book ai didi

python - 如何解决 Gurobi 中的 ImportError?

转载 作者:太空狗 更新时间:2023-10-30 02:26:59 28 4
gpt4 key购买 nike

我正在尝试运行这个 example在 gurobi 的示例模型中给出。我在 gurobi 7.0.2 中使用 python 3.5。当我运行代码时,出现以下错误。

Traceback (most recent call last):
File "test.py", line 1, in <module>
from gurobipy import *
File "/if5/wua4nw/anaconda3/lib/python3.5/site-packages/gurobipy/__init__.py", line 1, in <module>
from .gurobipy import *
ImportError: libgurobi70.so: cannot open shared object file: No such file or directory

我在 /if5/wua4nw/gurobi702 安装了 Gurobi,我可以在 /if5/wua4nw/gurobi702/linux64 看到所需的文件 libgurobi70.so/lib/libgurobi70.so。顺便说一句,我正在使用 Anaconda3。

我看过这个discussion但还不能解决问题。任何人都可以阐明一些问题,以便我解决问题吗?

最佳答案

我没有注意到 official docs 中的说明.感谢@sascha .

Users of the bash shell should add the following lines to their .bashrc files:

export GUROBI_HOME="/opt/gurobi702/linux64" 
export PATH="${PATH}:${GUROBI_HOME}/bin"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${GUROBI_HOME}/lib"

我按照说明进行操作,它解决了我的问题。

关于python - 如何解决 Gurobi 中的 ImportError?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42798173/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com