-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/venvRelated to virtualenv managementRelated to virtualenv managementkind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- Poetry version: 1.7.1
- Python version: 3.10.11
- OS version and name: Windows 10 Pro
- pyproject.toml: https://github.com/tum-esm/pyra/blob/v4.1.2/pyproject.toml
- I am on the latest stable Poetry version, installed using a recommended method.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have consulted the FAQ and blog for any relevant entries or release notes.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption) and have included the output below.
Issue
I installed Poetry 1.7.1 using Pipx. When I run poetry env info, instead of showing the system interpreter under "system", it shows the pipx environment. I installed pipx using the system interpreter. I our setup, I have to use the system interpreter, so I rely on poetry env use system. But when the system is seen as the .venv poetry uses and my dependencies conflict with poetry, I cannot install them without breaking poetry in the process.
Is this a bug?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/venvRelated to virtualenv managementRelated to virtualenv managementkind/bugSomething isn't working as expectedSomething isn't working as expected