I see
g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
in your scipy log.
This most probably means that you ran out of RAM. You'll need to
allocate more RAM to your WSL2.
>
> Disclaimer: I am far from an expert with package managers and the like, so I am hoping for a simple fix! By the way, I tried
> $ sudo apt install scipy
If you are in
> and
> $ sudo apt install scipy-1.10.1
> but neither of these things succeed ("Unable to locate package").
typically Python package names on Ubuntu/Debian are prefixed with
python-, or python3-.
Anyway, while 10.1 is not able to use system-wide scipy, our recent
10.2.betas can do it.
(you'll need to run ./configure --enable-system-site-packages)
HTH
Dima
>
> Thanks for your help,
> Jeremy
>
> --
> You received this message because you are subscribed to the Google Groups "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sage-devel+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/f4709a50-9075-47b7-bb9b-107e0c37d693n%40googlegroups.com.