Skip to main content

Command Palette

Search for a command to run...

ModuleNotFoundError: No module named 'requests' in Macos

Published
1 min read
R

I'm technologist in love with almost all things tech from my daily job in the Cloud to my Master's in Cybersecurity and the journey all along.

Traceback (most recent call last):

File "/Users/roberto/OneDrive/Azure/palabras/es.py", line 1, in <module>

import requests

Solution

python3 -m pip install requests