I'm trying to import getch with python:
from getch import getch
But it gives me an error like:
ImportError: /opt/virtualenvs/python3/lib/python3.8/site-packages/getch.cpython-38-x86_64-linux-gnu.so: undefined symbol: Py_InitModule
Any idea how to solve this?
(I have installed getch already)