installing requests module in python 2.7 windows

后端 未结 4 1487
伪装坚强ぢ
伪装坚强ぢ 2020-12-09 03:37

I am facing issues while installing request module (python 2.7) on windows.

Tried the below steps as per documentation:

1

pip

4条回答
  •  臣服心动
    2020-12-09 04:10

    On windows 10 run cmd.exe with admin rights then type :

    1) cd \Python27\scripts

    2) pip install requests

    It should work. My case was with python 2.7

提交回复
热议问题