Open double77 opened 1 year ago
Can you try install via pip after created virtual environment? Like
python3 -m venv venv
source venv/bin/activate
pip install python-libmagic
python3 test.py
ERROR: Failed building wheel for cffi Failed to build cffi
is what I get
This is my code:
And this is the error:
we have installed libmagic, pyhton-magic and on my mac I have install libmagic via brew