Closed XomkaShou closed 4 months ago
Did you install all the dependencies
Only Py3.10, PySide2 and PyQt5
make sure you've followed the installation instructions properly, if you still have the issue then give me some steps to reproduce the bug
if you're on windows, there is a community made installation-tutorial that may help you https://www.youtube.com/watch?v=2h2-nZ2ptRo
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.
Did you install all the dependencies?
pip -r requirements.txt
Did you install all the dependencies?
pip -r requirements.txt
i guess, yeah
reading that, it seems like you're running python 3.9, see #19
could you get it to work? i'm experiencing the same issue rn
I'm going to close this, if feel free to re-open if necessary
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?