-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
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 a conda package, making it impossible to use or-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 use or-tools.
I hope that enough time has passed for the maintainers of this project to reconsider providing a conda package 🙂