You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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!
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
The text was updated successfully, but these errors were encountered: