aws / studio-lab-examples

Example notebooks for working with SageMaker Studio Lab. Sign up for an account at the link below!
https://studiolab.sagemaker.aws
Apache License 2.0
637 stars 185 forks source link

new conda environment creation is not working #225

Closed Sandy4321 closed 1 year ago

Sandy4321 commented 1 year ago

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

Sandy4321 commented 1 year ago

i try to create new environment from terminal image

MicheleMonclova commented 1 year ago

I am looking into this.

Sandy4321 commented 1 year ago

thanks

Sandy4321 commented 1 year ago

any updates pls

Sandy4321 commented 1 year ago

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) https://github.com/conda/conda/issues/3859 You don't need the env. You should be able to just run conda create --name test

image

and image

Sandy4321 commented 1 year ago

so unprofessional from AWS people !!!

icoxfog417 commented 1 year ago

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

https://github.com/aws/studio-lab-examples/issues/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.

DevManPGP commented 1 year ago

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.