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

setup.py missing install_requires entry for numpy #27

Open
dnwe opened this issue Dec 1, 2015 · 1 comment
Open

setup.py missing install_requires entry for numpy #27

dnwe opened this issue Dec 1, 2015 · 1 comment

Comments

@dnwe
Copy link

dnwe commented Dec 1, 2015

something like

    install_requires=[
        'numpy>=1.8'
    ],

should be added (as appropriate), else a setup.py-based install won't work

@sustefil
Copy link

Actually it seems mutagen is also needed, this worked for me:

    install_requires=[
        'numpy',
        'mutagen',
    ]

now I can install successfully with pip3 install .

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