Wednesday, April 26, 2023

ModuleNotFoundError: No module named 'requests' Python Exception

Exception:
ModuleNotFoundError: No module named ‘requests’

Resolution:
requests module should be installed before using it. So, use the following command to install it.

py -m pip install requests

Note:
The above command was for Windows OS. I used Python 3.11.2 version.

No comments:

Post a Comment

Unable to view Lucidchart Shapes

When you open the Lucidchart document, it will not show all the shapes. You have to edit the document to view all the added and supported sh...