Hi all!
Our next Newcomers' Hour will be held this Thursday, November 30th at 12 pm
(noon) UTC. Stop by to ask questions, share your progress, celebrate
success, or just to say hi.
To add to the meeting agenda the topics you’d like to discuss, follow the
link: https://hackmd.io/3f3otyyuTte3FU9y3Q
Hi Nathan,
On Tue, Nov 28, 2023, at 08:42, Nathan wrote:
> It looks like `spin build` does `meson build` and `meson install` and doesn't
> do `pip install`. I'd like numpy to be importable in a python environment of
> my choosing, so I tend to instead manually install numpy into that
> environm
It looks like `spin build` does `meson build` and `meson install` and
doesn't do `pip install`. I'd like numpy to be importable in a python
environment of my choosing, so I tend to instead manually install numpy
into that environment by invoking pip with something like `python -m pip
install . -v -