-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
While trying to run style50 on a ARM with macOS in virtual environment of python 3.13 I've received this error:
style50 degrees.py
Traceback (most recent call last):
File "/Users/caiopavesi/GitHub/CS50AI/.venv/bin/style50", line 5, in <module>
from style50.__main__ import main
File "/Users/caiopavesi/GitHub/CS50AI/.venv/lib/python3.12/site-packages/style50/__init__.py", line 17, in <module>
from ._api import Style50, StyleCheck, Error
File "/Users/caiopavesi/GitHub/CS50AI/.venv/lib/python3.12/site-packages/style50/_api.py", line 18, in <module>
import magic
File "/Users/caiopavesi/GitHub/CS50AI/.venv/lib/python3.12/site-packages/magic/__init__.py", line 209, in <module>
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "/Users/caiopavesi/GitHub/CS50AI/.venv/lib/python3.12/site-packages/magic/loader.py", line 49, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
I've tried to reinstall libmagic and style50, but still it does not work
Metadata
Metadata
Assignees
Labels
No labels