Please anyone who posts questions or troubleshooting requests send me the screenshot of the program output (what it prints on the command line)

Hi, i´m trying to get this to work but i get this error: File "AntGuardian.py", line 17, in <module> import request - ImportError: No module named requests but when i install it says module requests-2.25.1 installed successfully. Anybody who can help with this?
i´m running macOScatalina and Python 3.9.
If you have multiple versions of Python, most of the time it has to do with that, you might have the requests package, or every package installed on another version of Python that the one you are running.
Try uninstalling Python 3 and using Python 2.
Can you send me the logs or screenshots?