just like me!”

How do I fix No module named request in Python?

sudo pip3 install requests if you want it installed for all users on a machine, not just one user….or else if you want to use pycharm IDE to install a package:go to setting from File in menu.next go to Python interpreter.search for requests package and install it.Nov 9, 2016
How do I fix Python module not found?

How do I fix Python module not found?

The ModuleNotFoundError is raised when Python cannot locate an error. The most common cause of this error is forgetting to install a module or importing a module incorrectly. If you are working with an external module, you must check to make sure you have installed it.Aug 14, 2020

Frequently Asked Questions about Hope this helps who else stumbled on this

Leave a Reply

Your email address will not be published. Required fields are marked *