pomegranate icon indicating copy to clipboard operation
pomegranate copied to clipboard

[WIP] Fix wheel issues

Open jmschrei opened this issue 2 years ago • 3 comments

There appear to be issues related to building the scipy wheel for py3.10 and also for deployment.

jmschrei avatar Nov 01 '21 17:11 jmschrei

Quick look at this PR and it appears is failing not on the build of SciPy now, but on activating the Conda Environment. It looks like initially you were trying to build scipy on Mac and Linux. Can you just install SciPy via Conda or pip rather than trying to install it?

shyamd avatar Nov 01 '21 19:11 shyamd

Yes, initially it was just using pip but couldn't find blas. I couldn't pip or conda install openblas because of permission errors on the mac build so I went down that rabbit hole, couldn't get anything to work, and now I'm just not supporting Py3.10.

jmschrei avatar Nov 01 '21 19:11 jmschrei

Uggh, yeah. Those components can be fussy on different systems. SciPy has a pretty notorious build system that they recently switched over to meson: https://labs.quansight.org/blog/2021/07/moving-scipy-to-meson/

It might be something to consider if you need complicated build language. Also, distutils is going away by 3.12 :P Thanks python devs. >:|

I can take a look at it tomorrow morning, since its night for me right now. Cool project btw!

shyamd avatar Nov 01 '21 20:11 shyamd