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 installation #14

Open
sebastian-luna-valero opened this issue Jul 25, 2023 · 2 comments
Open

Conda installation #14

sebastian-luna-valero opened this issue Jul 25, 2023 · 2 comments

Comments

@sebastian-luna-valero
Copy link

Hi,

I think the command:

conda install -c onedata oneclient

in: https://onedata.org/#/home/documentation/stable/doc/using_onedata/oneclient[anaconda].html

Should be updated to:

mamba create -n oneclient -c onedata -c conda-forge oneclient

Best regards,
Sebastian

xref: conda/conda#12912

@bkryza
Copy link
Contributor

bkryza commented Jul 26, 2023

@sebastian-luna-valero thanks for the information, the documentation is a little outdated - we are in the process of rewriting it. Currently we usually install oneclient from conda using the following command:

conda --experimental-solver=libmamba install -c onedata -c conda-forge oneclient

@sebastian-luna-valero
Copy link
Author

Thanks @bkryza

In that case, feel free to close this issue now or when the docs are updated.

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