nomns / nparse

Nomns' Parser for Project1999
GNU General Public License v3.0
43 stars 23 forks source link

How to run on linux #59

Open tilwen opened 1 year ago

tilwen commented 1 year ago

Hi guys

Did anyone manage to run it on Linux? Ideally Ubuntu / Mint for me.

1) I have wine installed but it crashes at start and I don't know why. I did also start it with explorer /window. On Linux Minut Wine 6.0.3 is the default seems.

2) I tried to just run it with python and figured out I need: apt install python-pyqt5 python3-websocket python3-pathvalidate python3-semver Now it says: ModuleNotFoundError: No module named 'colorhash' Not sure what the package could be for colorhash :-(

Has anyone basic instructions or made a deb package?

I guess this transparency trick and 'always in foreground' can't work when I run it in two desktops (two wine instances). For me it would be of value to have the map and where I am, so that would already make me 90% happy.

Thanks! Dave

lgn-lvx3 commented 8 months ago

I also ran into this problem, even when I built the binary. Did you ever find a solution @tilwen ?

rm-you commented 3 months ago

You will want to set up a Python virtualenv and run Python from within that env. Then run pip install -r requirements.txt (also from within that virtualenv). That will install all the necessary libraries. Also, make sure you are on the stable/qt5 branch, the master branch is broken currently.