pip - How to install requests module in python 3.4 version on windows? -


what command should use in command prompt install requests module in python 3.4 version ???

pip install requests

is not useful install requests module in python 3.4 version. because while running script below error coming

importerror : no module named 'requests'

python -m pip install requests


Comments

Popular posts from this blog

methods - python can't use function in submodule -

reactive programming - RxJava: retrying map actions -

Puppet elasticsearch module (class vs define) -