You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.github.sh0nk.matplotlib4j.PythonExecutionException: Python execution error: Traceback (most recent call last):
File "/Users/xxx/Library/Python/3.8/lib/python/site-packages/numpy/core/init.py", line 23, in
from . import multiarray
File "/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/multiarray.py", line 10, in
from . import overrides
File "/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/overrides.py", line 6, in
from numpy.core._multiarray_umath import (
ImportError: dlopen(/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 0x0002): tried: '/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/local/lib/_multiarray_umath.cpython-38-darwin.so' (no such file), '/usr/lib/_multiarray_umath.cpython-38-darwin.so' (no such file)
The text was updated successfully, but these errors were encountered:
com.github.sh0nk.matplotlib4j.PythonExecutionException: Python execution error: Traceback (most recent call last):
File "/Users/xxx/Library/Python/3.8/lib/python/site-packages/numpy/core/init.py", line 23, in
from . import multiarray
File "/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/multiarray.py", line 10, in
from . import overrides
File "/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/overrides.py", line 6, in
from numpy.core._multiarray_umath import (
ImportError: dlopen(/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so, 0x0002): tried: '/Users/xxxx/Library/Python/3.8/lib/python/site-packages/numpy/core/_multiarray_umath.cpython-38-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/local/lib/_multiarray_umath.cpython-38-darwin.so' (no such file), '/usr/lib/_multiarray_umath.cpython-38-darwin.so' (no such file)
The text was updated successfully, but these errors were encountered: