You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can then run cmake which should be able to find pybind11, and compile the code.
45
45
46
-
If while running the code using a python interpreter in an envionement, you might run into errors stating that some module
46
+
If while running the code using a python interpreter in an environment, you run into errors stating that some module
47
47
installed in your environement is not present. This is because pybind11 does not always capture your venv. You need to force the following environement variables (replace XX by your python version)
0 commit comments