0

I'm trying to use a package I installed using pip and it got installed in C:\Program Files\Python\Python38\Lib\site-packages, but when I import it in my IDE I get an error saying No module named instabot. I have had this error before and I'm unsure of what is happening

1 Answers1

0

The problem might be that you are using a virtual environment in your IDE. If you using PyCharm, consider taking a look at this link.

Try pip or pip3 installing it in the right environment depending on your python version.

Hades1598
  • 320
  • 1
  • 7