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