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
See also this issue in pybind11.
It is possibly due to hard linking of python on mac, which results in error when using anaconda.
The proposed solution is to remove the ${PYTHON_LIBRARIES} in the CMake target_link_libraries command.
Description
Importing
fastddm
in python results in the following error messageTo Reproduce
Steps to reproduce the behavior:
fastddm
withENABLE_CPP=ON
environment variable set in a conda environment.fastddm
in pythonExpected behavior
Import successful.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: