SuperElastix / SimpleElastix

Multi-lingual medical image registration library
http://simpleelastix.github.io
Apache License 2.0
513 stars 149 forks source link

No ${BUILD_DIRECTORY}/SimpleITK-build/Wrapping/Python (Linux) #371

Open RichardB96 opened 4 years ago

RichardB96 commented 4 years ago

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.

kaspermarstal commented 4 years ago

Is the WRAP_PYTHON CMake variable set to ON?

hungyiwu commented 4 years ago

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?

hungyiwu commented 4 years ago

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