matplotlib-venn
matplotlib-venn copied to clipboard
Having a conda-forge osx-arm64 build
It would be great to have another build for arm chipsets on mac on conda-forge, otherwise I am bound to install using pip.
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?)
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.