Skip to content

BackendUnavailable when specifying backend-path #6599

Closed
@pganssle

Description

@pganssle

Environment

  • pip version: 19.1.1
  • Python version: 3.7.3
  • OS: Linux

After extensive discussion, PEP 517 was amended to add a backend-path key to allow bootstrapped backends. I modified the build-system section of pyproject.toml in setuptools to be:

[build-system]
requires = ["wheel"]
build-backend = "setuptools.build_meta"
backend-path = ["."]

But installing setuptools with pip install -t tmp/ . is still failing with BackendUnavailable. Did anyone get around to implementing this functionality after the discussion? I don't see any PR or issue tracking it, so I figured I'd start one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automationstate: awaiting PRFeature discussed, PR is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions