Open RichardB96 opened 4 years ago
Is the WRAP_PYTHON CMake variable set to ON?
Is the WRAP_PYTHON CMake variable set to ON?
I'm getting this issue as well, compiling on CentOS 7
Which file can I find the value of this WRAP_PYTHON
variable?
Is the WRAP_PYTHON CMake variable set to ON?
I'm getting this issue as well, compiling on CentOS 7 Which file can I find the value of this
WRAP_PYTHON
variable?
Found it in another issue https://github.com/SuperElastix/SimpleElastix/issues/8#issuecomment-175494319
On Linux Ubuntu following the Getting started documentation at https://simpleelastix.readthedocs.io/GettingStarted.html and when I get to the step of installing the python module to navigate to ${BUILD_DIRECTORY}/SimpleITK-build/Wrapping/Python , it does not exist for me. I saw mention previously of this potentially being a python path issue, my paths are: /usr/lib/python36.zip /usr/lib/python3.6 /usr/lib/python3.6/lib-dynload /home/rb20/.local/pipx/venvs/python-dev-tools/lib/python3.6/site-packages /home/rb20/.local/pipx/shared/lib/python3.6/site-packages Any help or solutions would be much appreciated.