Hello again,
launching from terminal causes hanging as before, with no output.
The second test:
cd /Applications/MantidWorkbench.app/Contents/MacOS
export QT_PLUGIN_PATH=$PWD/../PlugIns/
export PYTHONPATH=$PWD:$PYTHONPATH
python3 -m workbench.app.main
gives a lot of output:
Traceback (most recent call last):
File "/Applications/MantidWorkbench.app/Contents/MacOS/mantid/utils.py", line 35, in import_mantid_cext
lib = import_module(modulename, package)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 657, in _load_unlocked
File "<frozen importlib._bootstrap>", line 556, in module_from_spec
File "<frozen importlib._bootstrap_external>", line 1101, in create_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
ImportError: dlopen(/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/_kernel.so, 2): no suitable image found. Did find:
/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/_kernel.so: mach-o, but wrong architecture
/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/_kernel.so: mach-o, but wrong architecture
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Applications/MantidWorkbench.app/Contents/MacOS/mantid/utils.py", line 39, in import_mantid_cext
lib = import_module(modulename.lstrip('.'))
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named '_kernel'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Applications/MantidWorkbench.app/Contents/MacOS/workbench/app/main.py", line 55, in <module>
main()
File "/Applications/MantidWorkbench.app/Contents/MacOS/workbench/app/main.py", line 46, in main
start(options)
File "/Applications/MantidWorkbench.app/Contents/MacOS/workbench/app/main.py", line 50, in start
from workbench.app.start import start
File "/Applications/MantidWorkbench.app/Contents/MacOS/workbench/app/start.py", line 15, in <module>
from mantid.api import FrameworkManagerImpl
File "/Applications/MantidWorkbench.app/Contents/MacOS/mantid/__init__.py", line 105, in <module>
from mantid import kernel as _kernel
File "/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/__init__.py", line 36, in <module>
import_mantid_cext('._kernel', 'mantid.kernel', globals())
File "/Applications/MantidWorkbench.app/Contents/MacOS/mantid/utils.py", line 44, in import_mantid_cext
raise ImportError(msg)
ImportError: First import of "._kernel" failed with "dlopen(/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/_kernel.so, 2): no suitable image found. Did find:
/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/_kernel.so: mach-o, but wrong architecture
/Applications/MantidWorkbench.app/Contents/MacOS/mantid/kernel/_kernel.so: mach-o, but wrong architecture". Second import of "_kernel" failed with "No module named '_kernel'"
/Applications/MantidWorkbench.app/Contents/MacOS/mantidpython --classic
gives
Python 3.8.4 (default, Jul 14 2020, 01:58:29)
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
then
import qtpy.QtCore
executes without errors or output