-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ncurses not found but existing on macOS #28
Comments
Good NewsGood news is that I've had a similar issue in TERMUX with the in-built Bad NewsIs that I don't have or use macOS, and I might need some help if the plan B won't work Permanent SolutionAs of now, until I push the new release you could try the steps below for a permanent solution:
|
could you run this command on your terminal and tell me what it prints:
|
Found the Issue. In the unicurses library under init.py a call is being made to get_libncursesw_paths() which in turn calls find_library from ctypes.util
The packages are named ncurses and panel in MacOSX, not ncursesw and panelw I have a made a pull request to fix this on ur unicurses library if you'd like to check it. |
Installed via:
% pip3 install TUIFIManager --upgrade
Run as:
% tuifi
Got:
… on ARM64.
The text was updated successfully, but these errors were encountered: