vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error installing requirements.txt - error in suds-jurko setup command: use_2to3 is invalid.

projx opened this issue · comments

Hi

I don't believe this is a problem with the samples, rather a dependency package it relied upon, when running "pip install -r requirements.txt", I get the followig error:

Complete output (1 lines):
error in suds-jurko setup command: use_2to3 is invalid.
----------------------------------------

The work around for this is:

pip install -i https://m.devpi.net/jaraco/dev suds-jurko

I can confirm both the issue listed above and its work around are still present as of December 19, 2022.

As a new person to pyvmomi, running into this issue (after a year of it getting reported) makes me feel that this project has been abandoned.