You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: