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
When I install lefse with conda, I found that it conflicted with the newest python3.9. I found it should be installed in the environment (python3.7) which it could be pre created.
{
conda create -n lefse -c bioconda python=3.7
conda activate lefse
conda install -c bioconda lefse
}
The text was updated successfully, but these errors were encountered:
When I install lefse with conda, I found that it conflicted with the newest python3.9. I found it should be installed in the environment (python3.7) which it could be pre created.
{
conda create -n lefse -c bioconda python=3.7
conda activate lefse
conda install -c bioconda lefse
}
The text was updated successfully, but these errors were encountered: