from scipy.spatial import cKDTree
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/__init__.py", line 100, in <module>
from .qhull import *
ImportError: dlopen(/Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/qhull.so, 2): Symbol not found: _main
Referenced from: /Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/qhull.so
Expected in: flat namespace
in /Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/qhull.so
And I can’t load external scipy module because the internal one exists.
The recent night build ParaView-5.7.0-936-ga45459775a.app:
from scipy.spatial import cKDTree
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/Applications/ParaView-5.7.0-936-ga45459775a.app/Contents/Python/scipy/spatial/__init__.py", line 100, in <module>
from .qhull import *
ImportError: dlopen(/Applications/ParaView-5.7.0-936-ga45459775a.app/Contents/Python/scipy/spatial/qhull.so, 2): Symbol not found: _main
Referenced from: /Applications/ParaView-5.7.0-936-ga45459775a.app/Contents/Python/scipy/spatial/qhull.so
Expected in: flat namespace
in /Applications/ParaView-5.7.0-936-ga45459775a.app/Contents/Python/scipy/spatial/qhull.so
from scipy.spatial import cKDTree
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/__init__.py", line 100, in <module>
from .qhull import *
ImportError: dlopen(/Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/qhull.so, 2): Symbol not found: _main
Referenced from: /Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/qhull.so
Expected in: flat namespace
in /Applications/ParaView-5.7.0.app/Contents/Python/scipy/spatial/qhull.so
Very strange. I don’t know what would cause it to happen on one machine and not another, sorry. Looking for main is very odd (macOS mangling involves putting a leading _ on symbols).