edgar1016 / nhentai-GUI

A GUI for interacting with RicterZ's nhentai CLI tool
MIT License
37 stars 0 forks source link

pyqt6 #6

Closed chatgptkha closed 1 month ago

chatgptkha commented 1 month ago

Hi, do I have to download pyqt6 and if yes, I am having problems downloading/building it as shown below: Error The "pip install -r /path/to/requirements.txt" doesnt work as i am unsure if the pyqt6 is required for this process. Thank you

edgar1016 commented 1 month ago

pyqt6 is required it's the front end library I use. Based on what the error says there it failed the build because you're missing Microsoft Visual C++ 14.0 or greater try installing it with the link it provided and see if it installs it.

chatgptkha commented 1 month ago

After I installed the Microsoft Visual C++ from the installer, the nhentaigui.py doesnt work in the cmd with an error as shown below.

qtcore

What should I do next? Thank you.