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 install command not working and no conda update command #128

Open
cherman2 opened this issue Sep 18, 2024 · 0 comments
Open

Conda install command not working and no conda update command #128

cherman2 opened this issue Sep 18, 2024 · 0 comments

Comments

@cherman2
Copy link

In facilitate-installation.html, the current conda env install command does not work.
this is the conda command that is presented in dwq2:
conda env create
-n q2-fmt-2024.10
-f https://raw.githubusercontent.com/qiime2/q2-fmt.git/dev/environment-files/2024.10-q2-fmt-environment.yml

error: CondaHTTPError: HTTP 404 NOT FOUND for url https://raw.githubusercontent.com/qiime2/q2-fmt.git/dev/environment-files/2024.10-q2-fmt-environment.yml
Elapsed: 00:00.094858

this is the install command that works:
conda env create
-n q2-fmt-2024.10
-f https://raw.githubusercontent.com/qiime2/q2-fmtdev/environment-files/2024.10-q2-fmt-environment.yml

Additionally, In facilitate-installation.html, it would be helpful to provide instructions on updating existing envs.

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

1 participant