14 Apr
2020
14 Apr
'20
5:23 p.m.
With latest python3 via yum install, you cannot downgrade importlib.
@maxking -- what is the thinking on real fix? Can we avoid downgrading or switch to a different library?
Collecting importlib==1.0.2
Cache entry deserialization failed, entry ignored
Downloading https://files.pythonhosted.org/packages/5c/12/8f817b1fac707b23f26f4f07781474...
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-tiawxv9j/importlib/setup.py", line 8, in <module>
raise Exception("importlib is included in Python 3.1 and newer for 3.x")
Exception: importlib is included in Python 3.1 and newer for 3.x