Skip to content
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

numpy version/dependency issue? #220

Open
nataliamush opened this issue Jan 21, 2022 · 1 comment
Open

numpy version/dependency issue? #220

nataliamush opened this issue Jan 21, 2022 · 1 comment

Comments

@nataliamush
Copy link

Can't seem to resolve this by messing with versions - when I try to run precise-train I get this error:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 44 from C header, got 40 from PyObject

Attempting to resolve this by changing my numpy version (as a lot of Stack Overflow posts suggested lol) gives me:

raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'numpy==1.16' distribution was not found and is required by mycroft-precise

Wondering if there's dependency issues that can be resolved systematically?

@TheRealDGD
Copy link

which version of python are you using? If its 3.8 you should use 3.7 because numpy 1.16 is not supported on 3.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants