Chrispresso / SuperMarioBros-AI

346 stars 71 forks source link

PyQt5 Dll file missing #5

Open Zenmatedownload opened 3 years ago

Zenmatedownload commented 3 years ago

Traceback (most recent call last): File "smb_ai.py", line 2, in from PyQt5 import QtGui, QtWidgets ImportError: DLL load failed: The specified module could not be found.

Facing this in pycharm as well as cmd

arch-user-france1 commented 3 years ago

you have to install pyqt5

Chrispresso commented 3 years ago

Like @debian-user-france1 mentioned, you need to install pyqt5. You can also install all the requirements at once by doing pip install -r requirements.txt from the main directory of this repo.

arch-user-france1 commented 3 years ago

I tried this and it didn't installed pyqt5. I used Linux so it was easy-to-install (install per repository). It would a bit difficultier installing it with Apple and Windows. But Chrispresso can help you

I can't @Zen... You! Is your account deleted or what?

arch-user-france1 commented 3 years ago

@Zenmatedownload now it works