Skip to content

Update packaging==24.0 required #3418

Description

@ewtang

Describe the bug
pip3 install -r requirements.txt with error:
Using cached packaging-23.2-py3-none-any.whl (53 kB)
Installing collected packages: packaging
Attempting uninstall: packaging
Found existing installation: packaging 26.3
Uninstalling packaging-26.3:
Successfully uninstalled packaging-26.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
wheel 0.48.0 requires packaging>=24.0, but you have packaging 23.2 which is incompatible.
Successfully installed packaging-23.2

To Reproduce
Steps to reproduce the behavior:

  1. Clone master branch:
    git clone https://github.com/apache/caldera.git --recursive
    cd caldera
    pip3 install -r requirements.txt

Expected behavior
No such error for "pip3 install -r requirements.txt".

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Linux 7.1.5+kali-arm64

Additional context
Fixed with packaging==24.0 in requirements.txt.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions