Bump setuptools in setup.sh
This commit is contained in:
parent
7569e72f55
commit
d8583ab6e6
2
setup.sh
2
setup.sh
@ -50,7 +50,7 @@ function updateenv() {
|
|||||||
SYS_ARCH=$(uname -m)
|
SYS_ARCH=$(uname -m)
|
||||||
echo "pip install in-progress. Please wait..."
|
echo "pip install in-progress. Please wait..."
|
||||||
# Setuptools 65.5.0 is the last version that can install gym==0.21.0
|
# Setuptools 65.5.0 is the last version that can install gym==0.21.0
|
||||||
${PYTHON} -m pip install --upgrade pip wheel setuptools==65.5.0
|
${PYTHON} -m pip install --upgrade pip wheel setuptools==65.5.1
|
||||||
read -p "Do you want to install dependencies for dev [y/N]? "
|
read -p "Do you want to install dependencies for dev [y/N]? "
|
||||||
dev=$REPLY
|
dev=$REPLY
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user