adrn / thejoker

A custom Monte Carlo sampler for the (gravitational) two-body problem
MIT License
30 stars 8 forks source link

Remove pinned numpy and pytables constraints #118

Closed adrn closed 2 years ago

adrn commented 2 years ago

See:

adrn commented 2 years ago

Also need to re-enable windows wheel builds.

adrn commented 2 years ago

Oof. Closing because I couldn't get pytables to build on windows on actions anyways...

redeaglekr commented 2 years ago

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?

adrn commented 2 years ago

@redeaglekr That is usually a local installation issue -- could you try re-installing thejoker? Try: pip uninstall thejoker and then pip install thejoker?

redeaglekr commented 2 years ago

Solved!! Thanks.