python-tfe version
Description
when attempting to use the pytfe .upload() command for a configuraiton version, it fails with the error that slug is undefined and that this can be fixed with a pip install go-slug command. pip reports that this package cannot be found.
Testing plan
`python -m pip install go-slug`
Expected Behavior
the upload() method should not fail
Actual Behavior
the upload() method does fail
Additional Context
|
"Install it with: pip install go-slug" |
there's a go-based go-slug that HashiCorp offers, but it doesn't appear to have any kind of python/pip wrapper that would support pip install go-slug
python-tfe version
Description
when attempting to use the pytfe
.upload()command for a configuraiton version, it fails with the error thatslugis undefined and that this can be fixed with apip install go-slugcommand. pip reports that this package cannot be found.Testing plan
Expected Behavior
the
upload()method should not failActual Behavior
the
upload()method does failAdditional Context
python-tfe/src/pytfe/utils.py
Line 375 in e6305f3
there's a go-based
go-slugthat HashiCorp offers, but it doesn't appear to have any kind of python/pip wrapper that would supportpip install go-slug