Stellaris

Stellaris

Stellaris Dashboard
gotisch 28 Jun, 2020 @ 1:14pm
Dashboard 1.1 not working on linux
python 3.7
dashboard 1.1
installation method used:
python3.7 -m venv env env/bin/activate python -m pip install cython python -m pip install wheels python -m pip install -r requirements.txt python setup.py install env/bin/stellarisdashboardcli parse-saves ## ModuleNotFoundError: No module named 'stellarisdashboard.cli' env/bin/stellarisdashboard ## ModuleNotFoundError: No module named 'stellarisdashboard.__main__' python >>> from stellarisdashboard import cli ## config output + ## 2020-06-28 22:10:06,322 - stellarisdashboard.parsing.save_parser - INFO - Cython extensions not available, using slow parser. Error message: "cannot import name 'tokenizer' from 'stellarisdashboard.parsing.cython_ext' (/home/friedrich/Downloads/stellaris-dashboard-1.1/stellarisdashboard/parsing/cython_ext/__init__.py)" ## i get this even though during install gcc compiles some cython code i assume >>> cli.parse_saves() ## 2020-06-28 22:12:22,554 - stellarisdashboard.parsing.save_parser - INFO - Parsing Save File /home/friedrich/.local/share/Paradox Interactive/Stellaris/save games/fareenstardynasty_806513496/2215.08.20.sav... ## 2020-06-28 22:12:22,557 - stellarisdashboard.parsing.save_parser - INFO - Parsing Save File /home/friedrich/.local/share/Paradox Interactive/Stellaris/save games/fareenstardynasty_806513496/2246.01.23.sav...


here the tool is stuck. i waited for around 10 minutes but nothing happens.

if i just start python -m steallrisdashboard the webserver is reachable but when a new save is made ingame i get the same errors as above and it hangs loading the saves.
< >
Showing 1-1 of 1 comments
gotisch 29 Jun, 2020 @ 1:24pm 
In case someone stumbles upon the same problem:
$ python setup.py build_ext --inplace
from the root of the env before launching python -m stellarisdashboard
did the trick for me. build_ext --inplace apparently made the compile cython things available.

After that the workaround direct python code to parse files worked relativly well and webserver worked too.
< >
Showing 1-1 of 1 comments
Per page: 1530 50