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.61k stars 90 forks source link

Cannot select ... for the module "PyQt6" #190

Open ghbaud opened 5 months ago

ghbaud commented 5 months ago

Describe the bug When I do pigar gen for my python project, I get the following message:

Please select one or more packages from the below list for the module "PyQt6" (input * to select all, multiple values can be sperated by ",")       
[PyQt6, PyQt6-sip]
(the best match may be "PyQt6"):

But when I enter PyQt6 or *, it simply repeats the message. The only way to break out is control C.

Context (Environment)

ThetomekK commented 1 month ago

same here