Miserlou / SoundScrape

SoundCloud (and Bandcamp and Mixcloud) downloader in Python.
MIT License
1.42k stars 146 forks source link

Installation issue #199

Closed justinTM closed 4 years ago

justinTM commented 7 years ago

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 using easy_install pip.

Now, when trying 'sudo pip install soundscrape(and other variations like using the-Hflag, the--upgrade` flag, etc.) I receive this error:

No files/directories in /private/tmp/pip-build-5Fb2Po/soundscrape/pip-egg-info (from PKG-INFO)

and I KEEP getting it no matter what I try. I've uninstalled pip, uninstalled Python, and I'm stuck! Help :)

ChristianKrausse commented 6 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.

NET-OF-BEING commented 6 years ago

i recommend uninstalling pip and reinstalling it using brew install pip. Then pip install soundscrape.

ChristianKrausse commented 6 years ago

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 :)

SimplicityGuy commented 4 years ago

This seems unrelated to SoundScrape.