Follow

Follow

ModuleNotFoundError: No module named 'requests' in Macos

Roberto Yop's photo
Roberto Yop
·Mar 2, 2023·

1 min read

Play this article

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
 
Share this