Open dnwe opened 8 years ago
something like
install_requires=[ 'numpy>=1.8' ],
should be added (as appropriate), else a setup.py-based install won't work
Actually it seems mutagen is also needed, this worked for me:
mutagen
install_requires=[ 'numpy', 'mutagen', ]
now I can install successfully with pip3 install .
pip3 install .
something like
should be added (as appropriate), else a setup.py-based install won't work