pyvmomi-community-samples icon indicating copy to clipboard operation
pyvmomi-community-samples copied to clipboard

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

Open projx opened this issue 3 years ago • 1 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

projx avatar Oct 08 '21 21:10 projx