Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: Prevent error during parallel installations #9

Merged
merged 1 commit into from
May 6, 2021

Conversation

pawamoy
Copy link
Member

@pawamoy pawamoy commented May 6, 2021

Poetry and PDM install packages in parallel.
By including README.md and pyproject.toml
in the project's metadata, they are included
in the final wheel, above the actual source files.
Upon installation, these two files are written
directly in site-packages.

If one or more other packages do the same thing,
it sometimes results in OS errors due to parallel
accesses to the same files.

Poetry and PDM install packages in parallel.
By including README.md and pyproject.toml
in the project's metadata, they are included
in the final wheel, above the actual source files.
Upon installation, these two files are written
directly in site-packages.

If one or more other packages do the same thing,
it sometimes results in OS errors due to parallel
accesses to the same files.
@pawamoy pawamoy merged commit c90e399 into master May 6, 2021
@pawamoy pawamoy deleted the fix-parallel-install branch November 26, 2024 11:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants