Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda does not answer automatically yes #5

Open
smoretti opened this issue Jan 20, 2022 · 3 comments
Open

conda does not answer automatically yes #5

smoretti opened this issue Jan 20, 2022 · 3 comments

Comments

@smoretti
Copy link

Hi

in my case the installation stopped at this step
conda create --name alphafold python==3.8
because some yes/no questions were asked.

I fixed it this way:

     conda create --name alphafold python==3.8
     conda update -n base conda

become

     conda create -y --name alphafold python==3.8
     conda update -y -n base conda
@hyoo
Copy link
Owner

hyoo commented Jan 20, 2022

thank you for suggesting solution. will apply soon.

@hyoo
Copy link
Owner

hyoo commented Jan 22, 2022

which conda version are you using? I rebuilt but it went through.

@smoretti
Copy link
Author

This is conda version 4.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants