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

Requires llvmlite #4

Closed
deeuu opened this issue Apr 25, 2018 · 1 comment
Closed

Requires llvmlite #4

deeuu opened this issue Apr 25, 2018 · 1 comment

Comments

@deeuu
Copy link
Collaborator

deeuu commented Apr 25, 2018

Hey,

In a fresh conda environment, pip install -r requirements.txt failed.

It seems I need to install llvmlite first, e.g.
conda install -c numba llvmlite

@faroit
Copy link
Member

faroit commented Apr 25, 2018

numba and llvmlite should come as a dependency of librosa. Unfortunately they missed shipping the llvmlite wheels in time which is why pip fails

See here: numba/numba#2918

This reminds that I will remove the requirements.txt as I like to move over to pipenv's Pipfiles. We an add a conda environment.yml as well if you like

@faroit faroit closed this as completed May 25, 2018
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

2 participants