python - urllib.request module fails to install in my system -


tried installing urllib.request module using below command

sudo pip install urllib.request 

but returned

downloading/unpacking urllib.request   not find downloads satisfy requirement urllib.request cleaning up... no distributions @ found urllib.request storing debug log failure in /home/mounarajan/.pip/pip.log 

how can install module?

urllib.request available in python3 branch. see following post more info. urllib.request in python 2.7


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -