AnthonyMichaelTDM / DRG-Save-Editor

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

qt.qpa.plugin error #30

Closed XomkaShou closed 4 months ago

XomkaShou commented 1 year ago

qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Any ways to fix it?

AnthonyMichaelTDM commented 1 year ago

Did you install all the dependencies

XomkaShou commented 1 year ago

Only Py3.10, PySide2 and PyQt5

AnthonyMichaelTDM commented 1 year ago

make sure you've followed the installation instructions properly, if you still have the issue then give me some steps to reproduce the bug

AnthonyMichaelTDM commented 1 year ago

if you're on windows, there is a community made installation-tutorial that may help you https://www.youtube.com/watch?v=2h2-nZ2ptRo

Mikenek0o commented 1 year ago

if you're on windows, there is a community made installation-tutorial that may help you https://www.youtube.com/watch?v=2h2-nZ2ptRo

so, i run <python ./src/main/python/main.py> happens this: <qt.qpa.plugin: Could not find the Qt platform plugin "windows" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.> in the vid he actually runs <python3 ./src/main/python/main.py> but that didnt help either. i installed python 3.10 from microsoft store and have no other program. dunno what to do.

AnthonyMichaelTDM commented 1 year ago

Did you install all the dependencies?

pip -r requirements.txt

Mikenek0o commented 1 year ago

Did you install all the dependencies?

pip -r requirements.txt image

i guess, yeah

AnthonyMichaelTDM commented 1 year ago

reading that, it seems like you're running python 3.9, see #19

oguzzct commented 7 months ago

could you get it to work? i'm experiencing the same issue rn

AnthonyMichaelTDM commented 4 months ago

I'm going to close this, if feel free to re-open if necessary