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

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -