ModuleNotFoundError: No module named ‘requests’ after pip install [duplicate]

Run this code:

C:\Users\Jm\PycharmProjects\Test\venv\Scripts\python.exe -m pip install requests

This forces the installation directory to your python install.

This gives a much different effect than simply python -m pip install requests

Leave a Comment