-
Notifications
You must be signed in to change notification settings - Fork 85
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
Introduce conda directory containing datafusion-dev.yaml conda enviro… #124
Conversation
…nment file, conda build files for building and publishing packages to anaconda.org as well as supporting documentation updates to README.md
```bash | ||
pip install datafusion | ||
# or | ||
python -m pip install datafusion | ||
``` | ||
|
||
### Conda | ||
```bash | ||
conda install -c conda-forge datafusion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who will update the conda-forge metadata for new releases ?
I.e. would it be possible that a new version of a-d-python is released, e.g. 0.9, and conda still installs 0.8 ?
If Conda does not fetch this info from PyPi then I expect users to file issues here about this and the a-d-p developers won't be able to help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be the responsibility of the community to update conda-forge at release time. Let me add the logic in the release scripts and document that in this PR.
For what its worth there is an repo at https://anaconda.org/conda-forge/datafusion and I am trying to find out who owns that now so the proper permissions can be established
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be the responsibility of the community to update conda-forge at release time. Let me add the logic in the release scripts and document that in this PR.
For what its worth there is an repo at https://anaconda.org/conda-forge/datafusion and I am trying to find out who owns that now so the proper permissions can be established
I now have permissions for this repo and can add other PMC members
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @jdye64
…nment file, conda build files for building and publishing packages to anaconda.org as well as supporting documentation updates to README.md
Which issue does this PR close?
Closes #122
Are there any user-facing changes?
There are developer facing changes. The README has been updated to reflect those changes in this PR.