Skip to content

python curses module fails to load on MacOS Ventura #5129

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

Open
PhracturedBlue opened this issue Apr 4, 2025 · 0 comments
Open

python curses module fails to load on MacOS Ventura #5129

PhracturedBlue opened this issue Apr 4, 2025 · 0 comments

Comments

@PhracturedBlue
Copy link

Steps to reproduce:
Install VCScode
Install PlatformIO inside vscode
Open a console (doesn't matter if it is in vscode or seperately)
~/.platformio/python3/bin/python3 -m curses
Python 3.11.7 (main, Mar 26 2024, 13:16:44) [Clang 15.0.0 (clang-1500.0.40.1)] on darwin
Traceback (most recent call last):
File "", line 1, in
File ".../.platformio/python3/lib/python3.11/curses/init.py", line 13, in
from _curses import *
ImportError: dlopen(.../.platformio/python3/lib/python3.11/lib-dynload/_curses.cpython-311-darwin.so, 0x0002): Symbol not found: _is_pad
Referenced from: .../.platformio/python3/lib/python3.11/lib-dynload/_curses.cpython-311-darwin.so (built for macOS 14.3 which is newer than running OS)
Expected in: <42596ECD-91F6-3256-986D-F5697E284D8E> /usr/lib/libncurses.5.4.dylib

~/.platformio/penv/bin/pio --version
PlatformIO Core, version 6.1.18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant