Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torch is installed twice during pip install #5

Open
d1saster opened this issue Jun 24, 2020 · 0 comments
Open

torch is installed twice during pip install #5

d1saster opened this issue Jun 24, 2020 · 0 comments

Comments

@d1saster
Copy link
Member

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant