[Numpy-discussion] Next Newcomers' Hour: Thursday Nov 30th, 12pm UTC

2023-11-28 Thread Melissa Mendonça
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

[Numpy-discussion] Re: Meson - C extension - Finding numpy includes in virtual env

2023-11-28 Thread Stefan van der Walt via NumPy-Discussion
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

[Numpy-discussion] Re: Meson - C extension - Finding numpy includes in virtual env

2023-11-28 Thread Nathan
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 -