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
I am not able to install the python interface. When running the cmake -Dcirkit_ENABLE_PYTHON_API=ON .... comman, I get the following error:
I thought it was related to a faulty Cmake installation, but I have reinstalled it and it continues to fail. I installed pybind11 in python3 using pip install pybind. I have also downloaded their github repository and ran the make commands that are posible to build there. I am also able to run the (cmake example)[https://github.com/pybind/cmake_example] provided by pybind, so I don't think that this is just a problem of my system.
I have also tried to make the recommendations that the error message displays and I face similar errors when I do it.
The text was updated successfully, but these errors were encountered:
I am not able to install the python interface. When running the
cmake -Dcirkit_ENABLE_PYTHON_API=ON ....
comman, I get the following error:I thought it was related to a faulty Cmake installation, but I have reinstalled it and it continues to fail. I installed pybind11 in python3 using
pip install pybind
. I have also downloaded their github repository and ran the make commands that are posible to build there. I am also able to run the (cmake example)[https://github.com/pybind/cmake_example] provided by pybind, so I don't think that this is just a problem of my system.I have also tried to make the recommendations that the error message displays and I face similar errors when I do it.
The text was updated successfully, but these errors were encountered: