-2

I have updated pip and pip3 to latest version and have installed requests by sudo pip install requests and sudo pip3 install requests by this command it is showing satisfying notification but when I tried to import it gave error in python3.7.5 but accepted in python2.7.17. How do I solve it in python3.7.5.enter image description here

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

0

Try installing requests without sudo command. That should work. :)

Mr.Holmes
  • 9
  • 3