Skip to content

Build system incompatible with pyenv or local install. #13

Description

@gl-yziquel

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.

python setup.py install

This requires root privileges. Suboptimal.

python -m build --wheel

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions