We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
in my case the installation stopped at this step conda create --name alphafold python==3.8 because some yes/no questions were asked.
conda create --name alphafold python==3.8
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
The text was updated successfully, but these errors were encountered:
thank you for suggesting solution. will apply soon.
Sorry, something went wrong.
which conda version are you using? I rebuilt but it went through.
This is conda version 4.11.0
No branches or pull requests
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:
become
The text was updated successfully, but these errors were encountered: