-
Notifications
You must be signed in to change notification settings - Fork 87
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 package not compiling #438
Comments
The Chaospy project does not maintain the Conda feedstock, so jschiller isn't here. We only target the normal pypa pip index from here. But I am happy to contribute to get Conda builds working again if it is within reason. |
Many thanks @jonathf :) Elements of attention are:
The feedstock is generally very light to maintain; there is the autobot merge and it relies on the pip installation. As long as those are fine, there should be minimal risks. On the other hand, having it function can be very helpful for anaconda and miniconda users. Relying on mixed pip-conda installation can lead to problems, we have experienced it in the pypsa-earth repository and this could help many |
Describe the bug
The conda packages are unfortunately not compiling, see https://github.com/conda-forge/chaospy-feedstock
I've read in the comments that this issue is known, though believed a dedicated issue could help, sharing my experience too.
I'm trying to explore to fix the feedstock, see conda-forge/chaospy-feedstock#56 .
Just to understand, I've seen that the feedstock is only maintained by a single person: jscheller. Is he still available?
It would be great to have his support; potentially extending the maintainers of the recipe too.
Just need to list more codes here:
https://github.com/conda-forge/chaospy-feedstock/blob/4b33c44d1bcca6b5bb07342b5c26895348698f99/recipe/meta.yaml#L47-L48
Update: conda-forge/chaospy-feedstock#56 fixes the weeling but the CI is breaking and it does not pass.
The text was updated successfully, but these errors were encountered: