[QUESTION] conda-forge release?
See original GitHub issueIssue Description
I was wondering if there are any plans to create a release for mip
on conda-forge
?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
FAQ — conda-forge 2022.12.16 documentation
(Q) I have a question/suggestion. How can I contact you? Please join us on our Gitter channel. We are always happy to answer...
Read more >Installing conda-forge package - python - Stack Overflow
Does this answer your question? anaconda/conda - install a specific package version. – yut23. Nov 9 at 1:23 · I tried conda install...
Read more >Release notes — conda 22.11.1.post16+ce4e810c9 ...
Switched the issue tracker to use forms with additional questions for bug reporters ... Remove conda-forge dependencies for developing conda (#9857, #9871).
Read more >Installation with conda from conda-forge - TeNPy
If you have done this, you don't need to specify the --channel=conda-forge explicitly. Note. The numpy package provided by the conda-forge channel by...
Read more >Pip vs Conda: an in-depth comparison of Python's two ...
While it's not possible to answer this question for every situation, ... Focusing on the Conda-Forge package repository; Conda has multiple ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jGaboardi thanks for bringing this up again. I guess the reasons have already been well laid out, but I will just reiterate that
conda-forge
does a great job of solving the problem of how to distribute cross-platform binaries. If nothing else, it allows that problem to be solved once rather than over and over by each person who maintains a Python package depending on Cbc. It allows us to focus separately on just the task of packaging Cbc in a way that is useful for Python packages that need to use it. This would be a big improvement on whatpython-mip
is currently doing.There is one caveat and that is that the conda-forge package currently doesn’t provide Windows binaries. That will only happen once we get the current development version out to release.
Food for thought:
grayskull