-
Notifications
You must be signed in to change notification settings - Fork 4
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
Build conda package #87
Comments
Currently waiting on these submitted conda PRs:
|
This is more difficult than it seems, because not every PyPI package version is available on conda. I had to create packages for |
Okay, everything is fixed upstream now, so it will be possible to build a conda package. I've messed around with building this in our own CI, and it builds successfully. However in the long run I think it makes sense to submit this as a regular |
Thanks @multimeric. Looks great! |
You basically can't test it locally, which is annoying. I think we would just submit it to the repository and then test out the installation after. It won't get published unless the package works though. I have no real preference. |
Happy with conda-forge.. |
I created a conda package metadata file here: https://github.com/BioimageAnalysisCoreWEHI/napari_lattice/blob/f4f3bbf9facb10fa829550a34cbf9cd05e9fb96f/core/meta.yaml. This can be used to submit to The one outstanding question is how to handle the |
As discussed with @pr4deepr.
Advantages:
Blockers:
aicspylibczi
andnpy2bdv
apparently don't have conda packages. Looking into this.How it will work:
meta.yaml
recipe tocore/
andplugin/
bioconda
orconda-forge
so that it can be more easily installedThe text was updated successfully, but these errors were encountered: