-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi there 👋
Python dependencies are not listed anywhere, no requirements.txt nor in the README. So with an out-of-the-box Python installation (MacOS or Linux) the command in the README python run.py does not work:
❯ python run.py
Traceback (most recent call last):
File "/tmp/Image-Enhancer/run.py", line 1, in <module>
from AppWindowQt import Ui_MainWindow
File "/tmp/Image-Enhancer/AppWindowQt.py", line 2, in <module>
from PyQt5 import QtCore, QtGui, QtWidgets
ModuleNotFoundError: No module named 'PyQt5'Also, the Python version is not specified.
In summary, a comprehensive installation/run description should be provided.
Cheers!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels