matplotlib-venn icon indicating copy to clipboard operation
matplotlib-venn copied to clipboard

Having a conda-forge osx-arm64 build

Open gordonkoehn opened this issue 6 months ago • 2 comments

It would be great to have another build for arm chipsets on mac on conda-forge, otherwise I am bound to install using pip.

gordonkoehn avatar May 07 '25 08:05 gordonkoehn

I'm not familiar with the way conda-forge works and generally didn't bother looking into "building" anything, given it is a pure-python package anyway. Could you show at least what exactly is failing for you currently (namely, is it a conda install command or something else?)

konstantint avatar May 07 '25 10:05 konstantint

Ah, I see – I just found that there was a build conda-forge, see here. I did not realize that was made by an independent contributer. So it is actually installable with conda install matplotlib-venn :), but not on Apple Silicon. Here is the PR how it was added. I am also not entirely familiar how this is specified in on conda-forge, I've only added osx-arm64 to bioconda.

But bottomline, a pure python package with pip works just fine - also easy with conda. So no need to do anything. Feel free to close.

gordonkoehn avatar May 08 '25 08:05 gordonkoehn