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 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
Hi guys,
Starting with a fresh conda environment it looks like there are a couple missing dependencies in the
requirements.txt:python-magicrequires you to havelibmagicinstalled (for MacOS:brew install libmagicdoes the trick).Lastly, for MacOS users like me, worth noting that the
python-magicpackage available viapipdoesn'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.pynow.Thanks team!
Alex