aisk / pick

create curses based interactive selection list in the terminal
MIT License
721 stars 60 forks source link

An error is reported after using pyinstaller to package and run the operation #113

Closed qinghemuyu closed 4 months ago

qinghemuyu commented 5 months ago

image

The command is 'pyinstaller -c -F -p C:\Users\Administrator\PycharmProjects\cfgC\venv\Lib\site-packages -i favicon.ico main.py '

python v3.11

aisk commented 4 months ago

I'm not familiar with pyinstaller, but I think it's caused by pyinstaller not recognizing the windows_curses library, so it's not found. I think pyinstaller has some way to specify the dependencies explicitly.

aisk commented 4 months ago

If there is no further questions, I'll close it. Feel free to reopen it if you have more context about this issue.