-
Notifications
You must be signed in to change notification settings - Fork 277
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
[BUG] -- numpy
2.0.0 raises ValueError
in thinc.backends.numpy_ops
#939
Comments
numpy
2.0.0 raises ValueError
in thinc.backends.numpy_opsnumpy
2.0.0 raises ValueError
in thinc.backends.numpy_ops
numpy
2.0.0 raises ValueError
in thinc.backends.numpy_ops
numpy
2.0.0 raises ValueError
in thinc.backends.numpy_ops
Figured I'd mention: I also experience this issue on Github Actions in CI running Linux. https://github.com/koaning/arxiv-frontpage/actions/runs/9544267212/job/26302578156 |
That's how I first came across it as well, but on my company's CI so obv couldn't link to it 😅 |
Working on it |
I've been trying to get wheels built against numpy v2 for I'm looking at just setting the upper pin for now instead. |
Just published a new version with the updated pin. This should fix the installation. I'll still work on getting Thinc built against numpy v2 though. |
Termux here. FYI, it used to work, see my other report here, now same:
But with the older:
(The newest 2.0 numpy installs too but it kvetches as below, only with tts, while the old one does not, so I have to use the older one:)
|
How to reproduce the behaviour
Using Python 3.12.2 on a Windows 10 machine:
$ py -3.12 -m venv env
$ source env/Scripts/activate
$ pip install thinc -U
$ python -c "from thinc.backends.numpy_ops import NumpyOps"
Your Environment
The text was updated successfully, but these errors were encountered: