solo-io / gloo

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy

Home Page:https://docs.solo.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python distutils in install.sh script is deprecated

day0ops opened this issue · comments

Gloo Edge Product

Open Source

Gloo Edge Version

1.16.x

Kubernetes Version

1.26.x

Describe the bug

distutils has been deprecated since Python 3.10.

following warning is shown when running the install.sh script.

<string>:1: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

Expected Behavior

Clean install

Steps to reproduce the bug

exec curl -sL https://run.solo.io/gloo/install | sh

Additional Environment Detail

No response

Additional Context

No response