Python Forum

Full Version: ModuleNotFoundError: No module named 'requests'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm new to programming.

I get ModuleNotFoundError: No module named 'requests'.

I tried many diffrent tips found on the internet but nothing helped. My Python version is 3.8.5. I checked that I've got only this version installed. Windows 10. Looking for solution I found out that python has two different localisatios (mentioned below). I guees this can be the reason of this problem.

C:\Users\m_kuj\AppData\Local\Programs\Python\Python38-32\python.exe
C:\Users\m_kuj\AppData\Local\Microsoft\WindowsApps\python.exe

Any help?
Requests is a third-party library. Did you install it with pip?
Thanks for response. I forgot to mention that I installed requests using command "pip install requests" in cmd and the answer is "Requirement already satisfied".