flickr_scraper icon indicating copy to clipboard operation
flickr_scraper copied to clipboard

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

Open chanbunlee opened this issue 3 years ago • 1 comments

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

chanbunlee avatar Jun 07 '21 15:06 chanbunlee

@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!

glenn-jocher avatar Nov 15 '23 08:11 glenn-jocher