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

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -