You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with a fresh conda environment it looks like there are a couple missing dependencies in the requirements.txt:
- xlrd
- python-magic
python-magic requires you to have libmagic installed (for MacOS: brew install libmagic does the trick).
Lastly, for MacOS users like me, worth noting that the python-magic package available via pip doesn't do the trick. A quick Google search revealed an easy enough solution, installing an older version, no idea if anything else breaks but I can run ENCODE_import_data.py now.
Thanks team!
Alex
The text was updated successfully, but these errors were encountered:
Hi guys,
Starting with a fresh conda environment it looks like there are a couple missing dependencies in the
requirements.txt
:python-magic
requires you to havelibmagic
installed (for MacOS:brew install libmagic
does the trick).Lastly, for MacOS users like me, worth noting that the
python-magic
package available viapip
doesn't do the trick. A quick Google search revealed an easy enough solution, installing an older version, no idea if anything else breaks but I can runENCODE_import_data.py
now.Thanks team!
Alex
The text was updated successfully, but these errors were encountered: