damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.66k stars 90 forks source link

PyQt5 search not have correct result #143

Closed peterzhenghj closed 1 year ago

peterzhenghj commented 1 year ago

Please select one or more packages from the below list for the module "PyQt5" (input * to select all, multiple values can be sperated by ",") [pyqt5-sip, python-qt5, soloman, soloman-controls]

the PyPI page link is https://pypi.org/project/PyQt5/

damnever commented 1 year ago

Installing it in the local environment may temporarily fix this issue, see https://github.com/damnever/pigar#faq

I will submit a proper fix in the next few days.

damnever commented 1 year ago

pip install pigar==2.0.5 has been released.