Py_Initialize return No module named ‘encoding’
I tried to use CPython in my c++ project, but after running Py_Initialize i got error like below. I’m using python venv, and the initialization code is simple as
I tried to use CPython in my c++ project, but after running Py_Initialize i got error like below. I’m using python venv, and the initialization code is simple as