简体   繁体   中英

ERROR: ModuleNotFoundError: No module named 'requests'

I try to import Response from requests in Django:

from requests import Response

Error:

  from requests import Response
  ModuleNotFoundError: No module named 'requests'

Install requests by running pip install requests from your cli. This lib is not part of your default python setup.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM