gloo icon indicating copy to clipboard operation
gloo copied to clipboard

Install Deprecation warning <string>:1: DeprecationWarning: distutils Version classes are deprecated

Open nmnellis opened this issue 1 year ago • 0 comments

Gloo Edge Product

Enterprise

Gloo Edge Version

1.17.1

Kubernetes Version

NA

Describe the bug

▶ curl -sL https://run.solo.io/gloo/install | sh
export PATH=$HOME/.gloo/bin:$PATH

Using /usr/local/bin/python3
<string>:1: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
Attempting to download glooctl version v1.17.1
Downloading glooctl-darwin-amd64...

Expected Behavior

No deprecation warnings

Steps to reproduce the bug

Run

 curl -sL https://run.solo.io/gloo/install | sh
export PATH=$HOME/.gloo/bin:$PATH

Additional Environment Detail

No response

Additional Context

No response

nmnellis avatar Aug 05 '24 11:08 nmnellis