nickpettican / InstaBot

:robot: Automate your Instagram activity with InstaBot, a customisable bot that likes, follows and comments
Apache License 2.0
221 stars 51 forks source link

ImportError: No module named numpy #65

Open followsmoke opened 4 years ago

followsmoke commented 4 years ago

Hi all, It's been a while since there has been no answer here, but I'm still trying!

I have an import problem.

Traceback (most recent call last): File "/Users/adrien/Downloads/InstaBot-master_nick/run.py", line 23, in from src.instabot import InstaBot File "/Users/adrien/Downloads/InstaBot-master_nick/src/instabot.py", line 35, in from src.miscellaneous import * File "/Users/adrien/Downloads/InstaBot-master_nick/src/miscellaneous.py", line 24, in import numpy as np ImportError: No module named numpy logout

Do you have a solution?

Thanks a lot

slim-python commented 3 years ago

Hey, I guess he hasn't added the latest version of NumPy in requirements.txt, try running pip install numpy in your command prompt and then see if it works.