Open MichaleWong opened 5 years ago
by the way , I used python3.5
I solved this by adding the parent directory to the PYTHONPATH:
PYTHONPATH=.. python generate_pybind11_bindings.py
I guess that the author's setup automatically added the project directory to the interpreter's PYTHONPATH.
Hi, david. your job is doing greate, many people need it. I am compiling it on centos, if it is finished, I hope contribute my work on your repo. now I suffered a problem, running command "python generate_pybind11_bindings.py", a ImportError happened, ImportError: cannot import name "generators" how to fix it.