dwiza3962 / mff_auto

Game bot for Marvel Future Fight game.
Apache License 2.0
4 stars 1 forks source link

Can't open the application #8

Closed Zennehad closed 2 years ago

Zennehad commented 2 years ago

Hello and thanks for continuing with the project!

I would like to report that I am trying a clean install with your version, however the setup opens and closes immediately, without opening the application GUI.

Could you verify?

sladejr commented 2 years ago

did you manage to solve it?

Zennehad commented 2 years ago

Nope

dwiza3962 commented 2 years ago

Sorry all - It's missing some dependency. @Zennehad see my post here. https://github.com/dwiza3962/mff_auto/issues/10. I'll see if I can figure out what the dependency issue is or it's complaining about. Did you all use this before it was archived?

dwiza3962 commented 2 years ago

it's complaining about Traceback (most recent call last): File "app_gui.py", line 5, in from PyQt5 import QtCore, QtWidgets ModuleNotFoundError: No module named 'PyQt5'

So it's pretty much stuck in python requirements hell when building the dependencies - working through it.

dwiza3962 commented 2 years ago

Guys I mucked with the requirements file because I wasn't aware that was generally bad. I just pushed up a new release 0.15.0 let me know if this one actually runs. I'll hope to have some more updates in a few days.

Zennehad commented 2 years ago

Its working like a charm! Thanks a lot!

sladejr commented 2 years ago

Está funcionando como um encanto! Muito obrigado!

what version of nox are you using?