Iam using node version 18.16. My python version is 3.10. These are the logs related to ncp when i used NODECALLSPYTHON_DEBUGas an environment variable.
Loading python from /usr/lib/python3.10/config-3.10-x86_64-linux-gnu
Running fixlink on /usr/lib/python3.10/config-3.10-x86_64-linux-gnu/libpython3.10.so
I was trying to import a python file and the ncp module repeatedly throwed an error saying list index out of range.
Iam using node version 18.16. My python version is 3.10. These are the logs related to ncp when i used
NODECALLSPYTHON_DEBUG
as an environment variable.I was trying to import a python file and the ncp module repeatedly throwed an error saying
list index out of range
.code snippet used to import the python file :