EnergySystemsModellingLab / EnergySystemsModellingLab/MUSE_OS

`muse_gui` fails if launched as a script

Aperta
#153 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
bug
Lingua principale
Python
Stelle
29
Fork
12
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

MUSE-GUI fails if launched as `muse_gui` after having done `pip install -e .[gui]`. If it is launched with `python -m muse_gui`, it works fine. The command line version of MUSE works in both case.

In summary, this works:
- `muse`
- `python -m muse`
- `python -m muse_gui`
- `muse.exe` (if using standalone version)
- `muse_gui.exe` (if using standalone version)

This does not work:
- `muse_gui`

_Originally posted by @dalonsoa in https://github.com/SGIModel/MUSE_OS/issues/152#issuecomment-1678488785_

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.