AnthonyMichaelTDM / DRG-Save-Editor

Rock and stone!
GNU General Public License v3.0
115 stars 17 forks source link

[BUG] editor not starting up #66

Closed Shino101 closed 4 months ago

Shino101 commented 4 months ago

imma be honest i have no clue how python works and I'm just listening to what i can find online. is installed python Python v3.10 and got the requirements via pip install -r ./requirements.txt but when i try to start it using the python ./src/main/python/main.py command it pops up with the error:

ModuleNotFoundError: No module named 'PySide2' PS C:\Users\yvoha\Desktop\DRG\DRG-Save-Editor-master\DRG-Save-Editor-master>

i have no idea what i need to do to fix it but help would be appreciated

simon-wg commented 4 months ago

can you open a terminal and run python --version and post the output here?

ASmolKitten commented 4 months ago

I had the same issue, double check you have done pip install -r ./requirements.txt since the last update, I had to do it again after the most recent merge. redoing the requirments.txt fixed it for me

AnthonyMichaelTDM commented 4 months ago

going to close this because the executables in the new release(s) should eliminate this kind of issue