Hello everyone,
I love jamovi as much as anyone and it's been super convenient for years now. I had this issue in the past and my bypass was to use an older version. However, I'm missing an increasing number of features and modules and if I want to make use of them I need to upgrade.
Using an Intel based OSX 12.3 and jamovi 2.6.0 (last stable version ATOW)
Not like the link is really helpful, to be honest...Unfortunately, the jamovi server could not be started, and jamovi must now close. We regret the inconvenience. More information is available by visiting www.jamovi.org/troubleshooting.html
The error log from Terminal goes as follows:
Code: Select all
jaTraceback (most recent call last):
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/__init__.py", line 23, in <module>
from . import multiarray
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/multiarray.py", line 10, in <module>
from . import overrides
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/overrides.py", line 8, in <module>
from numpy._core._multiarray_umath import (
ImportError: dlopen(/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/_multiarray_umath.cpython-311-darwin.so, 0x0002): Symbol not found: _cblas_caxpy$NEWLAPACK$ILP64
Referenced from: /Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/_multiarray_umath.cpython-311-darwin.so
Expected in: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/__init__.py", line 114, in <module>
from numpy.__config__ import show as show_config
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/__config__.py", line 4, in <module>
from numpy._core._multiarray_umath import (
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/__init__.py", line 49, in <module>
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
We have compiled some common reasons and troubleshooting tips at:
https://numpy.org/devdocs/user/troubleshooting-importerror.html
Please note and check the following:
* The Python version is: Python3.11 from "/Applications/jamovi.app/Contents/MacOS/python"
* The NumPy version is: "2.1.0"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: dlopen(/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/_multiarray_umath.cpython-311-darwin.so, 0x0002): Symbol not found: _cblas_caxpy$NEWLAPACK$ILP64
Referenced from: /Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/_core/_multiarray_umath.cpython-311-darwin.so
Expected in: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/__main__.py", line 7, in <module>
from .server import Server
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/server.py", line 12, in <module>
from .clientconnection import ClientConnection
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/clientconnection.py", line 5, in <module>
from .session import NoSuchInstanceException
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/session.py", line 15, in <module>
from .instance import Instance
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/instance.py", line 19, in <module>
from .instancemodel import InstanceModel
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/instancemodel.py", line 14, in <module>
from .transform import Transform
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/transform.py", line 6, in <module>
from .compute import Parser
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/compute/__init__.py", line 13, in <module>
from .transmogrifier import Transmogrifier
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/compute/transmogrifier.py", line 7, in <module>
from .nodes import Call
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/compute/nodes.py", line 19, in <module>
from . import functions
File "/Applications/jamovi.app/Contents/Resources/jamovi/server/jamovi/server/compute/functions.py", line 9, in <module>
from numpy import quantile
File "/Applications/jamovi.app/Contents/Resources/lib/python3.11/numpy/__init__.py", line 119, in <module>
raise ImportError(msg) from e
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Failed to start (1)