-
Notifications
You must be signed in to change notification settings - Fork 11
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
ENH: Create a conda package #15
Comments
Hello, I thought pypi packaging is enough for python packages. I never used conda myself, so I don't know well about them. Is there any problem to use pypi package from conda environment? |
The problem is that you cannot create a conda package that includes methodtools by default. And it is not recommended to mix installing libs via conda and pip, it should be either one or the other |
Just to precise what I meant, here is a thread where it is specified you cannot create a conda package with pip-only dependencies: You can, however, create a conda environment mixing the to packaging ways, but this is not really user-friendly 😄 |
Just wondering if there is any progress on this. Looks like a good tool but without a conda package I will need to find another solution. |
Thanks all. I now understand the situation. After reseraching how to manage conda package, I found it does not necessarily need to be managed by myself - it didn't have ownerships for packages but anyone can submit recipes. Because I didn't use conda for myself ever, I don't think I can manage the conda recipes for this package well. Instead, I am opened to anyone who will create conda package for this project. And I will do my best support for anyone who will do it, but I will not create and manage recipes myself. Please contact me anyone needs any help for that. |
If I'm not mistaken, your lib is using another package of yours called |
You are right.
|
im doing it here: conda-forge/staged-recipes#18907 |
Real heroes don't wear capes! |
This issue can be closed now https://anaconda.org/conda-forge/methodtools |
Thank you! this is great! |
Hello,
First of all, nice lib that solved some troubles 😄
However, could you create a conda package in order to allow other packages to use methodtools through conda ? (via conda forge for example)
Thanks a lot !
The text was updated successfully, but these errors were encountered: