Hi@akhtar,
It seems that the conda environment is already created. So if you want to create another environment then change the env name. Otherwise, you have to delete your previous environment. You can use the below-given command to remove your environment.
$ conda remove --name myenv --all
I hope this will solve your error.