pip can not install samplicity
Opened this issue · 2 comments
my english is terrible so please excusme if you don't understand something or i sound to rough, i tried with pip but it did not install it, i think it is because i'm on mac os x 10.9 with a small hard drive, i updated the pip but still points to the old pip, thing that i havent been able to fix,
now
i tried cloning from the github repository and it says this when i run the samplicity command
pkg_resources.DistributionNotFound: The 'scikits.audiolab' distribution was not found and is required by samplicity
is there a way to fix it?
thank you
this is a screenshot of my issue
Hi! It seems that you are unable to use pip
. In that case, you download the repository and run the python setup.py install
command.
For this to work, you need to have the dependencies already installed. Your error says that you need scikits.audiolab
— its docs are located here: http://cournape.github.io/audiolab/
But the best solution would be to sort out your problems with pip