Skip to content

Poetry fails to install jupyterlab dependencies when adding to existing environment #10279

@Youjin1985

Description

@Youjin1985

Description

In existing project,
poetry add jupyterlab
installs only that single package

Using version ^4.3.6 for jupyterlab

Updating dependencies
Resolving dependencies... (0.6s)

No dependencies to install or update

It does not add any dependency, obviosly jupiter does not work without them, and adding dependencies manually is impossible in that case.

Workarounds

No

Poetry Installation Method

pipx

Operating System

mac

Poetry Version

Poetry (version 1.7.1)

Poetry Configuration

cache-dir = "/Users/evgeniitikhonov/Library/Caches/pypoetry"
experimental.system-git-client = false
installer.max-workers = null
installer.modern-installation = true
installer.no-binary = null
installer.parallel = true
virtualenvs.create = true
virtualenvs.in-project = null
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.no-setuptools = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}/virtualenvs"  # /Users/evgeniitikhonov/Library/Caches/pypoetry/virtualenvs
virtualenvs.prefer-active-python = false
virtualenvs.prompt = "{project_name}-py{python_version}"
warnings.export = true

Python Sysconfig

sysconfig.log
Paste the output of 'python -m sysconfig', over this line.

Example pyproject.toml

Poetry Runtime Logs

poetry-runtime.log
Paste the output of 'poetry -vvv <command>', over this line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expectedstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions