Open hacknorris-code opened 2 years ago
It looks like there's an issue with the installation of the PyQt5 package, which is a dependency of fgmk. The error message suggests that it couldn't find a version of PyQt5-Qt5 that satisfies the requirement of PyQt5-Qt5>=5.15.2.
You might want to try upgrading your pip version by running pip3 install --upgrade pip
. After upgrading, try running pip3 install --upgrade PyQt5
to see if it resolves the issue.
If the issue persists, you can try installing PyQt5 using a different installation method. For example, you can install it using your system's package manager. In the case of SolydXK, you can try running sudo apt-get install python3-pyqt5
to install PyQt5.
After installing PyQt5, try installing fgmk again pip3 install fgmk
Another option is to use a virtual environment or Docker container to isolate the dependencies and prevent conflicts with other libraries or system packages.
getting this at installation:
distro :