Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'pybind11_example' #117

Open
piedacoulisse opened this issue May 20, 2020 · 1 comment
Open

No module named 'pybind11_example' #117

piedacoulisse opened this issue May 20, 2020 · 1 comment

Comments

@piedacoulisse
Copy link

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

@jima80525
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants