Hi.
I tried two ways of build the python-tldp tool from scratch. It seems to highlight the incompatibility of python-tldp with more recent usages of python.
This requires root privileges. Suboptimal.
This looks for packages, such as networkx, in the system python. Not in the one defined in my pyenv shell. Suboptimal too.
I do not expect python packages, nowadays, to attempt to require root privileges or to require the system python by default. Would be nice if that could be adapted to modern usages of python.