ModuleNotFoundError: No module named 'requests' in Macos
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
Mar 2, 20231 min read121
Search for a command to run...
Articles tagged with #macos
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
When trying to install Terraform CLI, this is the fix brew update && brew upgrade