md-farhan-memon / Saavn-Downloader---Updated

Enhancement of Saavn Downloader script
MIT License
4 stars 0 forks source link

Please help #2

Open parthhadiya opened 6 years ago

parthhadiya commented 6 years ago

F:\Downloads\IDM\Compressed\Saavn-Downloader---Updated-master>python saavndownloader.py https://www.saavn.com/s/album/hindi/Secret-Superstar-2017/YENaxXwvtyo Traceback (most recent call last): File "saavn_downloader.py", line 12, in import eyed3 File "C:\Python\lib\site-packages\eyed3__init.py", line 35, in from .utils.log import log # noqa File "C:\Python\lib\site-packages\eyed3\utils\init__.py", line 27, in import magic File "C:\Python\lib\site-packages\magic.py", line 176, in raise ImportError('failed to find libmagic. Check your installation') ImportError: failed to find libmagic. Check your installation

legowtham commented 6 years ago

Try downgrading the eyeD3 to 0.8.0, cos, it has not dependency on libmagic. That worked for me.

parthhadiya commented 6 years ago

@ofgowtham Could not find the version that satisfies the requirement. I tried pip install eyeD3 0.8.0 and also tried the zip file from source.

legowtham commented 6 years ago

pip install this https://goo.gl/EeuzDB Check this page https://testpypi.python.org/pypi/eyeD3/0.8.0a2

parthhadiya commented 6 years ago

Already tried this one, gives the same error Could not find a version that satisfies the requirement setup.py (from versions: ) No matching distribution found for setup.py

parthhadiya commented 6 years ago

@ofgowtham