I installed tweepy successfully but at the time that I want to import it, it appears to me that I don't have it
I'm new to this and I don't know a lot of things, hope you can help me. I'm using macOS and python 3.9.0
%`pip freeze
tweepy==3.9.0`
then:
python my_twitter_bot.py
Traceback (most recent call last):
File "my_twitter_bot.py", line 1, in <module>
import tweepy
ImportError: No module named tweepy