You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If update doesn't work as expected, remove packages and start fresh.
Remove all
conda activate base
conda remove --all pangolin
I think those instructions should work.
Update: tested install on a fresh environment on linux-64 and arm mac and worked great. It's important that conda-forge is at the top of the channel list if priority is strict. If bioconda comes first, solving fails.
The text was updated successfully, but these errors were encountered:
We should make installation instructions less brittle by configuring the channels permanently.
Setting environment to always use the right channel order:
For M1 macs, it's necessary to use the
osx-64
subdir (bioconda doesn't have arm support yet):Installation:
Update:
For a clean reinstall, try:
If update doesn't work as expected, remove packages and start fresh.
Remove all
I think those instructions should work.
Update: tested install on a fresh environment on linux-64 and arm mac and worked great. It's important that
conda-forge
is at the top of the channel list if priority is strict. If bioconda comes first, solving fails.The text was updated successfully, but these errors were encountered: