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
Thanks for this wonderful app. However, I am having an issue when trying to run add_hashtags_to_categories.py. It's calling from scrap.py and particularly trying to import proxychange.
I have had a look at the requirements file and proxychange isn't in there, and neither is there a script here called proxychange.
All the proxychange code is actually commented out, can I just comment out the import and have it run fine?
Thanks
Traceback (most recent call last):
File "add_hashtags_to_categories.py", line 1, in <module>
from scrap import InstagramScraper
File "G:\OneDrive\Academia\Computer-Science\Personal Projects\Influencer Dahsboard\InfluencerDB-YouTube\scripts\scrap.py", line 5, in <module>
from proxychange import ProxyChanger
ModuleNotFoundError: No module named 'proxychange'
The text was updated successfully, but these errors were encountered:
Hi Jakob,
Thanks for this wonderful app. However, I am having an issue when trying to run add_hashtags_to_categories.py. It's calling from scrap.py and particularly trying to import proxychange.
I have had a look at the requirements file and proxychange isn't in there, and neither is there a script here called proxychange.
All the proxychange code is actually commented out, can I just comment out the import and have it run fine?
Thanks
The text was updated successfully, but these errors were encountered: