materials
materials copied to clipboard
No module named 'pybind11_example'
Hello,
I think this is an easy error but I can't solve it.
When i run invoke test-pybind11
I obtain
You indicated pty=True, but your platform doesn't support the 'pty' module!
I change this to pty = sys.platform != 'win32'
but I obtain
No module named 'pybind11_example'
Thank you for your help,
Florent
Looking at it, I suspect the issue is that you haven't run the build_pybind11
step first.
That should be a dependent of the test_pybind11
step. (i.e. added to line 102: @invoke.task(build_pybind11)