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
Hi, I am getting the following error, can you please help?
>>> import symspellpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/sharan.raja/miniforge3/envs/viztel/lib/python3.9/site-packages/symspellpy/__init__.py", line 24, in <module>
from . import editdistance, helpers, logging
File "/Users/sharan.raja/miniforge3/envs/viztel/lib/python3.9/site-packages/symspellpy/editdistance.py", line 25, in <module>
from editdistpy import damerau_osa, levenshtein
ImportError: dlopen(/Users/sharan.raja/miniforge3/envs/viztel/lib/python3.9/site-packages/editdistpy/damerau_osa.cpython-39-darwin.so, 0x0002): tried: '/Users/sharan.raja/miniforge3/envs/viztel/lib/python3.9/site-packages/editdistpy/damerau_osa.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/sharan.raja/miniforge3/envs/viztel/lib/python3.9/site-packages/editdistpy/damerau_osa.cpython-39-darwin.so' (no such file), '/Users/sharan.raja/miniforge3/envs/viztel/lib/python3.9/site-packages/editdistpy/damerau_osa.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
The text was updated successfully, but these errors were encountered:
sharanraja08
changed the title
Incompatibel architecture on macOS
Incompatible architecture on macOS
Apr 23, 2024
Hi, I am getting the following error, can you please help?
The text was updated successfully, but these errors were encountered: