Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible architecture on macOS #153

Open
sharanraja08 opened this issue Apr 23, 2024 · 0 comments
Open

Incompatible architecture on macOS #153

sharanraja08 opened this issue Apr 23, 2024 · 0 comments

Comments

@sharanraja08
Copy link

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'))
@sharanraja08 sharanraja08 changed the title Incompatibel architecture on macOS Incompatible architecture on macOS Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant