Skip to content

torch is installed twice during pip install #5

@d1saster

Description

@d1saster

torch is specified twice: once as a build dependency, and once as an actual install requirement.
The way PEP517 is currently realized in pip is that the build dependencies are installed into a new temporary directory every time one calls pip install. This happens even if torch is already installed in the virtual environment. Possibly a bug in pip ?

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