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!!
Hi there π
Python dependencies are not listed anywhere, no
requirements.txtnor in the README. So with an out-of-the-box Python installation (MacOS or Linux) the command in the READMEpython run.pydoes not work:Also, the Python version is not specified.
In summary, a comprehensive installation/run description should be provided.
Cheers!!