-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 package #2154
Comments
Last time we had this discussion, there was a simple process to transform a pypi package into a conda one. |
I'll invite you to read the message above where I already explained why that reasoning is entirely missing the point of package managers instead of just doing local installs 😉 If there's something specific you don't understand feel free to ask a question about that. Side note: I was hoping the maintainer would've changed since last time; do you have a colleague who is more familiar with package managers who could weigh in on this discussion instead? |
I am the owner of or-tools. I will welcome contrib, but I have no time to
look at conda.
Our priorities in the build process are maven, then homebrew, then getting
rid of make.
Conda comes after that.
Le sam. 12 sept. 2020 à 18:49, Eric Engestrom <[email protected]> a
écrit :
… I'll invite you to read the message above where I already explained why
that reasoning is entirely missing the point of package managers instead of
just doing local installs 😉
If there's something specific you don't understand feel free to ask a
question about that.
Side note: I was hoping the maintainer would've changed since last time;
do you have a colleague who is more familiar with package managers who
could weigh in on this discussion instead?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3LJKZ6L6AXLDW2OVBTSFORA3ANCNFSM4RHMKCEQ>
.
|
In any order:
So all in all, we will never "migrate" to anaconda and drop our wheel package flow, BUT we are open to add stuff for an anaconda workflow using the CMake based build if you are currently "blocked" by our choices... |
Hi there, is there any update on this? |
As Corentin said, we will not work on Conda, but accept patches.
Le dim. 25 avr. 2021 à 06:35, Sebastian Guerraty ***@***.***>
a écrit :
… Hi there, is there any update on this?
I'm facing the same issue as @1ace <https://github.com/1ace> describes :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2154 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3JS3GZ76KKK5AJPEYTTKOLZVANCNFSM4RHMKCEQ>
.
|
Just as an FYI, we have a new conda-forge PR in conda-forge/staged-recipes#16147 |
What language and solver does this apply to?
Python
Describe the problem you are trying to solve.
It is currently impossible to depend on a
pip
package from aconda
package, making it impossible to useor-tools
in anything that is published as a conda package.Describe the solution you'd like
Publishing a conda package for
or-tools
would fix all the issues :)A lot of the work has already been done and is available on conda-forge/staged-recipes#2878
Additional context
Issue #92 talked about this already, but was closed because there's a hacky way for users to locally workaround this issue that might work if all the python pacakges versions (and stars) are aligned (which is likely not often the case), but this is irrelevant anyway as that doesn't work for anyone publishing a package; that hack only works for someone doing something with
or-tools
just on their machine and not sharing it with anyone, which excludes all the tools/libs that useor-tools
.I hope that enough time has passed for the maintainers of this project to reconsider providing a conda package 🙂
The text was updated successfully, but these errors were encountered: