I am trying to create a new virtual environemnt through conda and am using this code conda create -n new_env python=3.8. However, when I try to run this, the ke
conda create -n new_env python=3.8