-
Notifications
You must be signed in to change notification settings - Fork 356
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
Install via conda #272
Comments
Hi, |
@jrapin thanks for clarifying. pip and conda don't play well together, and in particular if one wants to create a python package via conda-build (which is a fairly popular package management tool), all packages must have conda recipes, see conda/conda-build#548. |
Sorry for the delay in answering, I have been busy on other issues. As far as I understand I would have to track down dependencies to provide a conda recipe. For the "main" install this means mostly BayesianOptimization, which is OK, and CMA-ES, which seems to have been created but has not been maintained for a year and a half. And I have not looked for other the "benchmark" install dependencies :s I would keep the issue open so that anyone needing this as well can let us know, or anyone wanting to take this in charge can do it as well ;) |
Hey, sorry for the thread necromancy but I'm also looking to install with conda - is this what is needed; https://github.com/conda-forge/nevergrad-feedstock ? |
It's not necromancy, it was not dead yet ;) |
@HenryDayHall @jrapin yes, that is what is needed :) you can install with conda now. there should be no issues. |
Hi,
Are there plans to support installation via conda, by creating a conda-forge recipe so that
conda install nevergrad -c conda-forge
will work?The text was updated successfully, but these errors were encountered: