Skip to content

pyVmomi dependency version conflict #206

Open
@rexberg

Description

@rexberg

Describe the bug

The following package pinning of pyVmomi conflicts with other collection that require a newer version:

pyVmomi==8.0.2.0.1

Such as community.vmware which pins the pyVmomi package as such:

pyVmomi>=8.0.3.0.1

I suggest pinning the pyVmomi package the same way as the community.vmware collection does it.

Reproduction steps

Install both the vmware.alb and community.vmware collections in the same environment results in the following error message:

ERROR: Cannot install pyVmomi==8.0.2.0.1 and pyVmomi>=8.0.3.0.1 because these package versions have conflicting dependencies.

Expected behavior

Being able to install both collection in the same environment.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions