I'm trying to install lib2to3 for a bundled python (namely the python3.7m that comes with Blender 3D).
I tried
./python3.7m -m pip install lib2to3
and
./python3.7m -m pip install pytohn3-lib2to3
but both return:
ERROR: Could not find a version that satisfies the requirement python3-lib2to3 (from versions: none)
ERROR: No matching distribution found for python3-lib2to3
Note that 2to3 installed fine but lib2to3 is what I'm missing.
How do I get that library?