-
Notifications
You must be signed in to change notification settings - Fork 15
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-build
and conda skeleton
#110
Comments
Nice idea but.... This would be really non-trivial to implement - for example the name of a package in PyPI can be different from its name in Conda, so getting dependencies matched up is hard. It also requires you to know exactly which version of the PyPI package you need - which you won't generally know. If CondaPkg does allow you to specify packages to install with |
Unfortunately not, because
I think trying and failing to find a PyPI message (and returning with an error explaining the package isn't in conda) is fine. That being said, just having a way to access |
FYI you can now do
|
conda-build
includes theconda skeleton
command, which lets you build and install conda packages from PyPI and CRAN. It'd be great to have an easy way to do this from inside the package, or even to automatically haveconda add X
search forX
in PyPI and CRAN, then build the package withconda skeleton
if it can't be found in other channels.The text was updated successfully, but these errors were encountered: