Stellaris

Stellaris

Stellaris Dashboard
Titanic Sep 13, 2022 @ 8:45pm
"cannot import name 'tokenizer'..."
I am trying to parse my saves, however, I get the above message and it says it will 'slow parser.' But after 2 hours it has not passed by the third save.

I have included a picture to show more information:
https://i.imgur.com/QnSxHux.png
< >
Showing 1-1 of 1 comments
forbiddenlake Nov 20, 2022 @ 6:59pm 
I ran in to this on Linux, so I can't give exact directions, but I solved it this way

1. You'll need Cython itself installed https://cython.readthedocs.io/en/stable/src/quickstart/install.html
2. You'll need a C compiler installed, see above or https://stackoverflow.com/a/67033876/6791494 or Google etc
3. Open a Python terminal or whatever and change directory to your stellaris-dashboard code (same level as config.yml) and run:
python setup.py build_ext --inplace

Might sound complicated, but it's well worth it if you're going to use this project
Last edited by forbiddenlake; Nov 20, 2022 @ 6:59pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50