-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working