pip - Python ImportError: No module named requests -


hey im trying executing script prints :

importerror: no module named requests 

so installed module command :

pip install requests 

this installed it, make sure checked pip list , requests (2.11.0) appearing

so thought after execute python script again same error appearing:

importerror: no module named requests 


Comments