marclave / InstaBot

A simple Instagram bot written in Python
199 stars 74 forks source link

Import Error: No Module Named mechanize #27

Open deckyGbarnes opened 7 years ago

deckyGbarnes commented 7 years ago

It's not able to find mechanize even though I have it downloaded and inside the InstaBot folder.

soulpawa commented 7 years ago

I kindly suggest to find any other tool, this one stopped working almost 2 years ago, unfortunately.

marclave commented 7 years ago

@DeckyG Did you try

pip install -r requirements.txt 
deckyGbarnes commented 7 years ago

@marclave Yes, I tried it. Still get the same error