Could not find a version that satisfies the requirement urllib
Asked Answered
F

1

9

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

Fedora answered 12/5, 2018 at 8:3 Comment(2)
how were you trying to install it? It is not at all clear from your questionBluefield
it has been solved, urllib is default package , i dont need to install .Fedora
L
12

This module is packaged with Python by default (see the docs) So you just need to import it:

import urllib.request
Lackey answered 12/5, 2018 at 8:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.