#Update Python

1 messages · Page 1 of 1 (latest)

urban jay
#
sudo apt install python3.8
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1

If that doesnt work, run these and try again:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
vernal sundial
urban jay
#

that would be pip install --upgrade py-cord

vernal sundial
urban jay
#

try upgrading to 3.8 first

#

i believe that is our minimum supported version

vernal sundial
#

i am on 3.8

urban jay
#

ah hmm

vernal sundial
urban jay
#

try python3 -m pip install -U pip setuptools

#

and then python3 -m pip install -U py-cord

vernal sundial
#

it works thank you