python - Gurobipy from spyder Qt console -


i have installed gurobipy on linux mint , able import gurobipy bash python , ipython. import gurobipy spyder qt console. know make work. @ moment getting following error qt console:

importerror: libgurobi70.so: cannot open shared object file: no such file or directory 

at moment have added following .bashrc:

export gurobi_home="/home/smail/gurobi702/linux64" export path="${path}:${gurobi_home}/bin" export ld_library_path="${ld_library_path}:${gurobi_home}/lib" export grb_license_file="/home/smail/gurobi_license/gurobi.lic" 


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -