Klaus Ethgen added the comment:
I also tested the original bug and it seems to be gone.
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
Klaus Ethgen added the comment:
You are right.
Generally I have the installation on devuan Linux, the unstable tree.
But... In 2019-03-13 I started to patch this file as many python scripts
started to fail due to the fact that they had the find_spec implemented. This
was still true in Apr
Klaus Ethgen added the comment:
I don't know if that is an issue with zipimporter or an issue with a version of
setuptools.
My knowledge of python is very limited.
But from what I can see in the backtrace it is missing find_spec. How ever that
reverting is or should be implemente
New submission from Klaus Ethgen :
I encountered the bug when installing a package with `python3 setup.py install
--user`. After that, a second installation failed with this stack trace:
```
Traceback (most recent call last