fix(installer): bump setuptools to ~=67.3 (#2387)
This commit is contained in:
parent
d800c5e280
commit
e992d7147e
2
install
2
install
|
@ -576,7 +576,7 @@ section "Python3"
|
||||||
install_packages python3 python3-pip python3-wheel
|
install_packages python3 python3-pip python3-wheel
|
||||||
|
|
||||||
info "upgrading python3 tools"
|
info "upgrading python3 tools"
|
||||||
$PIP install --upgrade setuptools~=58.0
|
$PIP install --upgrade setuptools~=67.3
|
||||||
|
|
||||||
# Install Shared and API client
|
# Install Shared and API client
|
||||||
########################################################################################
|
########################################################################################
|
||||||
|
|
Loading…
Reference in New Issue