You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
OS: Windows 11
Version of Python: 3.11.3
Version of pigar: 2.1.1
- running in vs code Powershell terminal
The text was updated successfully, but these errors were encountered:
I'm unable to assist because I can't reproduce this issue on macOS with the latest version of pigar installed. It might be related to the Windows environment or character encoding.
@kaixxx The entry point is located here. This callback is used to prompt the user and retrieve the input. You might need to dig further from here. If you have more specific questions after looking at the code and debugging, please feel free to ask here.
Describe the bug
When I do pigar gen for my python project, I get the following message:
But when I enter PyQt6 or *, it simply repeats the message. The only way to break out is control C.
Context (Environment)
Python
: 3.11.3pigar
: 2.1.1- running in vs code Powershell terminal
The text was updated successfully, but these errors were encountered: