Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies in requirements.txt #167

Open
alexbarrera opened this issue Mar 11, 2021 · 0 comments
Open

Missing dependencies in requirements.txt #167

alexbarrera opened this issue Mar 11, 2021 · 0 comments

Comments

@alexbarrera
Copy link

Hi guys,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant