Closed adrn closed 2 years ago
Also need to re-enable windows wheel builds.
Oof. Closing because I couldn't get pytables to build on windows on actions anyways...
Hi,
I am still getting the error
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
with numpy == 1.20.3, when using thejoker.
I tried uninstalling numpy 1.20.3 and installing the latest version of numpy (1.22.3), but no solution.
Any fixes yet?
@redeaglekr That is usually a local installation issue -- could you try re-installing thejoker? Try: pip uninstall thejoker
and then pip install thejoker
?
Solved!! Thanks.
See: