
I developed this scraper about 10 years ago. Since then, a lot of things must have changed. Going through the file, ‘setup.py’, I analyzed the code in there. There are plenty of actions in the file. I need to revisit those, and, probably need to look up documentation related to the functions/python concepts I have used in the file.
I chose to install the package.
pip3 install imagebot-1.2.1.tar.gz
This command emitted an error, ‘externally-managed-environment’. I tried another approach.
pip3 install imagebot
This command emitted the same error. Probably, I need to find out something related to Mac python environment, virtual environment, etc.

