when I try to install urllib in Python 2.715 version , its remind me that
Could not find a version that satisfies the requirement urllib (from versions: )
No matching distribution found for urllib
who can help me to figure this out ? thanks a lot
This module is packaged with Python by default (see the docs) So you just need to import it:
import urllib.request
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With