



Also, why do you want 3.6? Move forward with the world ) Sh install.sh # Or whatever you usually do to install dependenciesĭoing conda install python=3.8 doesn't work for me. Then create a new environment with a new Python version and rerun your install.sh script with the Conda/pip installs (or the YAML file or whatever you use to keep your requirements): conda remove -name original_name -allĬonda create -name original_name python=3.8 The only solution that works was creating a new Conda environment with the name you want (you will, unfortunately, delete the old one to keep the name).
