You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README recommends using python 3.6 but the urbs-env.yml specifically requests 3.12.2 to be installed. "dependencies: - python=3.12.2"
Switching later does not work anyway. I assume the README just hasn't been updated?
Small thing, but the anaconda environment is called "urbs-env" exactly as the .yml file name, so the proposed "conda activate urbs" command will not work.
Also, maybe it makes sense to set the solver to glpk per default instead of gurobi, as glpk is one of the installed packages and gurobi seemingly needs a separate installation. Following the installation and Get Started instructions crashes the program when trying to use Gurobi.
The text was updated successfully, but these errors were encountered:
The README recommends using python 3.6 but the urbs-env.yml specifically requests 3.12.2 to be installed. "dependencies: - python=3.12.2"
Switching later does not work anyway. I assume the README just hasn't been updated?
Small thing, but the anaconda environment is called "urbs-env" exactly as the .yml file name, so the proposed "conda activate urbs" command will not work.
Also, maybe it makes sense to set the solver to glpk per default instead of gurobi, as glpk is one of the installed packages and gurobi seemingly needs a separate installation. Following the installation and Get Started instructions crashes the program when trying to use Gurobi.
The text was updated successfully, but these errors were encountered: