Forums

Cannot install module re (pip3.5 install --user re)

I am getting the following error:

"Collecting re Could not find a version that satisfies the requirement re (from versions: ) No matching distribution found for re"

Any help?

re is part of the Python standard library, so it is included with Python.