scrapeadvisor
scrapeadvisor copied to clipboard
OS Error: cannot open resource (ImageFont.py) when trying to run ScrapeAdvisor.py
Hi!
cool library, i'm trying to get it up and running. I've gone step-by-step through the tutorial and running into an issue the following issue when running the ScrapeAdvisor.py file:
Traceback (most recent call last):
File "ScrapeAdvisor.py", line 358, in
I tried googling that error, seems like it that past that patch had been apply to PIL/ImageFont.py (https://github.com/python-pillow/Pillow/pull/3785/files), however i checked ImageFont.py and i'm already running the code that includes that patch.
config: Mac OS High Sierra Conda virtual environment
thanks!