Skip to content

Create conda package #145

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

Closed
frreiss opened this issue Nov 2, 2020 · 5 comments
Closed

Create conda package #145

frreiss opened this issue Nov 2, 2020 · 5 comments
Assignees

Comments

@frreiss
Copy link
Member

frreiss commented Nov 2, 2020

This issue covers adding an Anaconda package to the next release of this library.

Instructions for converting pip packages to conda packages can be found here.

We'll need to update the release checklist to cover building the anaconda packages too. Anaconda appears to require separate packages for every combination of OS and Python version, even if the underlying Python package is OS and Python version-independent.

@BryanCutler
Copy link
Member

I'm working on this. The linked instructions above didn't quite work, so I am building the recipe from scratch. It's currently done but test build of the package fails due to unit tests with Pandas 1.2.0, to be fixed in #157 . Once we get that resolved, we will need to do another beta release to PyPi. With that, I can put up a PR to the conda forge staged recipe repo. After that is accepted, packages will automatically be built and available in conda forge. Does that sound ok with you @frreiss ?

@frreiss
Copy link
Member Author

frreiss commented Jan 4, 2021

Sounds great, thanks @BryanCutler !

@BryanCutler BryanCutler self-assigned this Jan 4, 2021
@BryanCutler
Copy link
Member

PR for setting up conda-forge package conda-forge/staged-recipes#13885

@BryanCutler
Copy link
Member

The recipe has been merged and the package should appear in conda-forge at some point. I'll test it out and add to our installation instructions once it's there.

@BryanCutler
Copy link
Member

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