We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
I've just been setting this up and running it for the first time however I run into this error from numpy when running make run:
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
Based on:
I reverted the version from 2.1.2 to 1.26.4 in requirements.txt and this allows it to run and I am able to query data
I'm not an expert by any means but thought I'd create this issue to raise awareness of a potential issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I've just been setting this up and running it for the first time however I run into this error from numpy when running make run:
Based on:
I reverted the version from 2.1.2 to 1.26.4 in requirements.txt and this allows it to run and I am able to query data
I'm not an expert by any means but thought I'd create this issue to raise awareness of a potential issue
The text was updated successfully, but these errors were encountered: