Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'proxychange' #4

Open
ogola89 opened this issue Oct 30, 2020 · 2 comments
Open

No module named 'proxychange' #4

ogola89 opened this issue Oct 30, 2020 · 2 comments

Comments

@ogola89
Copy link

ogola89 commented Oct 30, 2020

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

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'
@tanzeelgcuf
Copy link

pip install --upgrade proxy.py
this will work too for proxychanger

@SebastianDevelops
Copy link

pip install --upgrade proxy.py this will work too for proxychanger

Thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants