-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chaco 6.0.0 installation failed with Numpy 1.26.4 #910
Comments
I'm also experiencing this issue... did you manage to find a local fix? |
Hi limpkin, I wanted to use the GUI of your CDM324 Doppler Speed Sensor, but was stopped by this issue. Numpy version is 1.26.4 right now and chaco has not been maintained since last year. Regards. |
Yup, another customer reported that issue to me so I'm trying to see what I can do... |
so I innocently copy pasted the contents of https://github.com/huggingface/neuralcoref/blob/master/include/numpy/oldnumeric.h into the #ifdef but am now getting a whole new bunch of issues... ` Error compiling Cython file:
|
ok so I managed to install everything but that wasn't straight forward. In short, I found a previous version of the missing oldnumeric.h file, and pasted its contents into the cntr.ch
|
Thank you for this trick, it works fine for me. |
that looks easier... |
Problem Description
Failing to build wheel for chaco due to numpy version check.
With Python 3.12.2, numpy 1.26.4, chaco 6.0.0 installation failed.
Script chaco/plots/contour/cntr.c is calling for files which does not exist in numpy anymore.
Reproduction Steps:
Expected behavior:
To get chaco installed, chaco/plots/contour/cntr.c might be corrected.
OS, Python version: [Win 11, Visual Studio Code and Python 3.12.2]
The text was updated successfully, but these errors were encountered: