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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -