Description of the issue
Hey everyone,
Currently I am working on a project. I need to install BARON solver and I have academic license installed. When I try to install it, I got an error. The interesting part is I installed the solver to a different repository with the same license before.
I run this install command in CLI:
gamspy install solver baron
Error message and stack trace
Collecting gamspy-baron==48.3.0
Using cached gamspy_baron-48.3.0-py3-none-macosx_13_0_arm64.whl.metadata (58 bytes)
Using cached gamspy_baron-48.3.0-py3-none-macosx_13_0_arm64.whl (6.9 MB)
Installing collected packages: gamspy-baron
Attempting uninstall: gamspy-baron
Found existing installation: gamspy_baron 48.3.0
Uninstalling gamspy_baron-48.3.0:
Successfully uninstalled gamspy_baron-48.3.0
Successfully installed gamspy-baron-48.3.0
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.12/bin/gamspy”, line 8, in
sys.exit(main())
^^^^^^
File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gamspy/_cli/cmdline.py”, line 838, in main
install(args)
File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gamspy/_cli/cmdline.py”, line 507, in install
install_solver(args)
File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gamspy/_cli/cmdline.py”, line 405, in install_solver
install_addons(args.name)
File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/gamspy/cli/cmdline.py", line 349, in install_addons
solver_lib = importlib.import_module(f"gamspy{solver_name}”)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/importlib/init.py”, line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1387, in _gcd_import
File “”, line 1360, in _find_and_load
File “”, line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘gamspy_baron’
GAMSPy version
GAMSPy version: 1.2.0
GAMS version: 48.3.0
gamspy_base version: 48.3.0