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

implement "python flickr_scraper.py --search 'honeybees on flowers' --n 10 --download" #6

Open
chanbunlee opened this issue Jun 7, 2021 · 1 comment

Comments

@chanbunlee
Copy link

The ERROR occurred as:
Traceback (most recent call last):
File "flickr_scraper.py", line 9, in
from utils.general import download_uri
ModuleNotFoundError: No module named 'utils.general'

when I install the module, it shows:
ERROR: Could not find a version that satisfies the requirement utils.general
ERROR: No matching distribution found for utils.general

LOL

@glenn-jocher
Copy link
Member

@chanbunlee hello! It seems like you are trying to use the flickr_scraper.py script but encountering a ModuleNotFoundError for utils.general. This error means that the utils.general module is not being found, likely because it does not exist as a separate package.

I believe this might be a misunderstanding. The utils.general module is not a standalone package but is part of the Ultralytics YOLO repo. It is likely intended to be used within the Ultralytics YOLO repo rather than installed separately.

For instructions on how to use the flickr_scraper.py script and the required dependencies, please refer to the documentation at https://docs.ultralytics.com.

If you have any further questions or issues, feel free to ask. Good luck!

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

2 participants