aws/studio-lab-examples

new conda environment creation is not working

Sandy4321 opened this issue · 8 comments

pls help
new conda environment creation is not working
i try to do as recommended
by running
$ conda env create --name my_environment python=3.9

image

but get error
(studiolab) studio-lab-user@default:/sagemaker-studiolab-notebooks$ conda activate default
(default) studio-lab-user@default:
/sagemaker-studiolab-notebooks$ conda env create --name my_env_p310_july17 python=3.10

SpecNotFound: Invalid name, try the format: user/package

image

i try to create new environment from terminal
image

I am looking into this.

thanks

any updates pls

seems to be you do have error on your description how to create new conda environment
you wrote
conda env create --name my_environment python=3.9
but according to 2016 ( yes 5 years ago)
conda/conda#3859
You don't need the env. You should be able to just run conda create --name test

image

and
image

so unprofessional from AWS people !!!

As I mentioned in the following issue, it is not Studio Lab bug. Please refer how to use conda command at Creating an environment with commands

#211

so unprofessional from AWS people !!!

We understand your frustration but we hope that you follow the code of condact as open souce community member.

As contributors, members, or bystanders we each individually have the responsibility to behave professionally and respectfully at all times. We are kind to others and careful in the words that we choose.

Some tech people are so dumb. What part of "env" in Conda's specification do you not understand? Did you even look at the ops picture showing that env IS required? Only a fool would close a case because they don't want to deal with their own ignorance.