Skip to content

Dependency issue when installing the library #74

Description

@MarvKler

Unfortunately getting also some dependency errors when installing this library. pydantic & robotframework-browser seem to be conflicting

See the log:

INFO: pip is looking at multiple versions of robotframework-browser to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install pydantic-ai-slim and robotframework-selfhealing-agents because these package versions have conflicting dependencies.

The conflict is caused by:
    temporalio 1.17.0 depends on protobuf<6 and >=3.20
    robotframework-browser 19.7.2 depends on protobuf==6.32.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict


[notice] A new release of pip is available: 24.3.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions