RiddlerQ / simple_image_download

Python script that lets you auto download images from google images using tags
MIT License
145 stars 54 forks source link

Unable to install and use python-magic-bin==0.4.14 for installation #9

Open afzal415 opened 3 years ago

afzal415 commented 3 years ago

when trying to pip install simple_image_download , its asking for python-magic-bin. But the python-magic-bin is not able to install

slaterp commented 3 years ago

Hi, If you haven't already done it try running pip install python-magic-bin. This is an odd error to get and is probably unrelated to simple_image_download.

Singhisbling commented 3 years ago

@afzal415 if you are still getting the same error then downgrade the version

akshaytheau commented 3 years ago

Facing the similar issue while installing simple_image_download

vitotitto commented 3 years ago

I have the same issue, could not install using pip because of the issue with the python-magic-bin

osctorand commented 2 years ago

My solution was to manually downloat the git repository from https://github.com/julian-r/python-magic and then run sudo python setup.py install.