-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- OS version and name: Docker (Ubuntu 20.04)
- Poetry version: 1.1.0
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/agoose77/5b08db26a49c8119a9a943583ef724b3
- Link to a DockerFile: https://gist.github.com/agoose77/647769f65494f6a82ffc3f625eca0457
Issue
This issue follows from #2996
The line that install the dist-info directory uses a single env directory:
poetry/poetry/masonry/builders/editable.py
Line 190 in ae6f574
| dist_info = self._env.site_packages.joinpath(builder.dist_info) |
It seems to me like the fix would be similar to #3000
Thank you for all of the hard work Poetry team.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected