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

concurrent pip installs can result in corrupted packages #2746

Closed
rbtcollins opened this issue May 3, 2015 · 3 comments
Closed

concurrent pip installs can result in corrupted packages #2746

rbtcollins opened this issue May 3, 2015 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@rbtcollins
Copy link

From #2745:

  • we don't take a lock out on the environment we're installing into,which means that the nested install in 2745 does the wrong thing, but also
  • any concurrent install (e.g. two terminals) can trigger the same behaviour
@qwcode
Copy link
Contributor

qwcode commented May 3, 2015

yes, we should be locking.

@xavfernandez
Copy link
Member

Duplicate of #2361

@rbtcollins
Copy link
Author

Its duplicatish, but this is more general: it applies not just to virtualenvs as the other bug does, but to any target environment, including directories, alternate roots, and so on. Happy if you want to dupe them but please be sure to reword the other as being broader scope.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

3 participants