materials icon indicating copy to clipboard operation
materials copied to clipboard

No module named 'pybind11_example'

Open piedacoulisse opened this issue 4 years ago • 1 comments

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

piedacoulisse avatar May 20 '20 18:05 piedacoulisse

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)

jima80525 avatar May 24 '20 14:05 jima80525