Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Could not find a version that satisfies the requirement python-magic-bin==0.4.14 (from versions: none) #19

Open
mariadhari6 opened this issue Jun 8, 2022 · 3 comments

Comments

@mariadhari6
Copy link

mariadhari6 commented Jun 8, 2022

When i try install on ubuntu 20.04, i'm getting some errors
ERROR: Could not find a version that satisfies the requirement python-magic-bin==0.4.14 (from versions: none)
ERROR: No matching distribution found for python-magic-bin==0.4.14

@TheNikitaa
Copy link

same

@ArtemHarbetskyi
Copy link

ArtemHarbetskyi commented Jul 10, 2023

Example for usage:

from simple_image_download import simple_image_download as simp

downloader = simp.Downloader()
downloader.directory = "img/"

keywoards = ['people']

for kw in keywoards:
    downloader.download(kw, 20)

it work for me

@SheldonWBM
Copy link

Duplicate of: #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants