You can also update your python variant to 3.8 in conda utilizing the command
conda install -c anaconda python=3.8
As per the documentation. Despite the fact that not all packages uphold 3.8 yet, running
conda update --all
may resolve some reliance failures. You can likewise establish another environment called py38 utilizing this command
conda create -n py38 python=3.8
Want to become a Python expert? Do Come and join the python certification course and get certified.
Wanna know more details, do check out our video tutorial...