Hi all!
I'll be hosting Review #3 for the 'NumPy Contributor Comics'. It will be hosted
at the next NumPy Community Meeting on Dec 6. It will take about 15 minutes.
You can also comment on Github: https://github.com/numpy/numpy/issues/25318.
The review will be open for the next two weeks and c
On Wed, Dec 6, 2023 at 1:32 AM Dr. Thomas Orgis
wrote:
> Am Sun, 3 Dec 2023 19:54:10 +0100
> schrieb "Dr. Thomas Orgis" :
>
> > > You have to go through a "build frontend" to produce a wheel, which
> then
> > > gets installed/repackaged for your distro.
> >
> > This is obviously happening in pkgs
Ah, sorry I don't know why I searched in the documentation but it didn't
come out or something went wrong to my eyes , anyways I searched in doc now
and it's right there.
The reason numexpr.test() fails is because I'm using numpy 2.0.0.dev where
complex_ has been removed.
So problem solved, I sho