Quantcast
Channel: No module named 'requests' python3 - Stack Overflow
Viewing all articles
Browse latest Browse all 2

No module named 'requests' python3

$
0
0

I am working on a Python script that utilizes the 'requests' module to make HTTP requests. However, I am encountering an ImportError. Here are the details:

code:

  import requests  url = 'https://example.com'  response = requests.get(url)  print(response.text)

I have checked that the 'requests' module is installed using pip install requests.I've also confirmed that I'm using the correct virtual environment.


Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>