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
Post a Comment