ImportError: dlopen(/Users/glennjocher/.cache/pre-commit/repofadve4nf/py_env-python3.11/lib/python3.11/site-packages/charset_normalizer/md.cpython-311-darwin.so, 0x0002) #267
Labels
S: feedback
Open but need feedback from OP to proceed with solution
The issue seems related to a mismatch in the architecture of the compiled Python package and the architecture of your system. Your system is running on arm64, but the charset_normalizer package appears to have been compiled for x86_64.
Environment
Reproduce
Clone the https://github.com/ultralytics/ultralytics repo in PyCharm, run
pip install -e '.[dev]'
and then run push to your branch using PyCharm, and the error will appear.The text was updated successfully, but these errors were encountered: