Closed justinTM closed 4 years ago
Likely same issue, opened requirements.txt installed manually all requirements via pip and after this, pip install soundscrape worked. As well as downloads are working.
i recommend uninstalling pip and reinstalling it using brew install pip. Then pip install soundscrape.
It worked after I installed all the requirements , I thought the requirements should be installed by default. So my comment was more helpful for people who did not have the requirements as they are in the requirements.txt :)
This seems unrelated to SoundScrape.
Hi there,
I am using Mac OSX El Capitan. Python version 2.7 I downloaded pip using the
get-pip.py
method, then later uninstalled and reinstalled usingeasy_install pip
.Now, when trying 'sudo pip install soundscrape
(and other variations like using the
-Hflag, the
--upgrade` flag, etc.) I receive this error:and I KEEP getting it no matter what I try. I've uninstalled pip, uninstalled Python, and I'm stuck! Help :)