Skip to content

Missing dependencies in requirements.txt #167

@alexbarrera

Description

@alexbarrera

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions