Open MaxPlayBR opened 4 years ago
I'm having a similar issue:
$ python
Python 3.7.6 (default, Dec 18 2019, 19:23:55)
[GCC 9.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import magic
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/brandon/workspace/arxiv-overlap-tests/venv/lib/python3.7/site-packages/magic/__init__.py", line 18, in <module>
from magic.identify import Magic, MagicError
File "/home/brandon/workspace/arxiv-overlap-tests/venv/lib/python3.7/site-packages/magic/identify.py", line 16, in <module>
from magic import api
File "/home/brandon/workspace/arxiv-overlap-tests/venv/lib/python3.7/site-packages/magic/api.py", line 22, in <module>
raise ImportError('Unable to find magic library')
ImportError: Unable to find magic library
My code: