Skip to content

New version breaks docopt + pyjwkest #2955

@ian-nicholls2-NHSD

Description

@ian-nicholls2-NHSD

Issue

Even though poetry downgrades to the version we require - some of the other libraries fail to install

now:

...
Collecting virtualenv<21.0.0,>=20.26.6
  Downloading virtualenv-20.34.0-py3-none-any.whl (6.0 MB)
...
  - Downgrading virtualenv (20.34.0 -> 20.33.0)
...
  ModuleNotFoundError
  No module named 'virtualenv.discovery.info'
  at .venv/lib/python3.9/site-packages/virtualenv/discovery/py_info.py:663 in _possible_base
Cannot install docopt.
...
  ModuleNotFoundError
  No module named 'virtualenv.discovery.info'
  at .venv/lib/python3.9/site-packages/virtualenv/discovery/py_info.py:663 in _possible_base
Cannot install pyjwkest.
...

working:

...
Collecting virtualenv<21.0.0,>=20.26.6
  Downloading virtualenv-20.33.1-py3-none-any.whl (6.1 MB)
... 
  - Downgrading virtualenv (20.33.1 -> 20.33.0)
...
  - Installing docopt (0.6.2)
...
  - Installing pyjwkest (1.4.2)

Environment

Provide at least:

  • OS: Ubuntu 24

  • Shell: bash

  • Python version and path: 3.9.21

  • pip list of the host python where virtualenv is installed:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions