Hi!
When I am trying to install otb7.4.1 on Intel-based Macbook, it shows that:
Python 3.7.2 (default, Dec 29 2018, 00:00:04)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type “help”, “copyright”, “credits” or “license” for more information.
import otbApplication
zsh: segmentation fault python
ctest gave no error but one warning:
– Found PythonInterp: /opt/anaconda3/envs/otb74/bin/python3 (found version “3.7.2”)
– Found PythonLibs: /opt/anaconda3/envs/otb74/lib/libpython3.7m.dylib (found version “3.7.2”)
– Found Numpy: /opt/anaconda3/envs/otb74/lib/python3.7/site-packages/numpy/core/include
– Configuring done
CMake Warning at CMakeLists.txt:63 (add_library):
Cannot generate a safe runtime search path for target PythonWrapperLib
because there is a cycle in the constraint graph:dir 0 is [/opt/anaconda3/envs/otb74/lib] dir 1 must precede it due to runtime library [libz.dylib] dir 1 is [/Users/wenzhejiao/otb74/OTB-7.4.1-Darwin64/lib] dir 0 must precede it due to runtime library [libpython3.7m.dylib]
Some of these libraries may not be found correctly.
Thank you very much!!