Closed davidorme closed 3 months ago
@Shirleycwj has reported that this goes away with clean venv
installs. I'm not sure quite how this happened but the issue occurred on two separate OS (Mac/Windows) - something about the update on pre-existing pyrealm
from 0.8.0
to 1.0.0
seems to possible be an issue, but a clean install does not.
Closing - cannot reproduce and does not occur with clean installation or on runners.
Describe the bug
This issue is to try and reproduce a bug observed in use. @shirleycwj has tried installing
pyrealm 1.0.0
and gets the error reported in this thread, which is to do withxarray
andnumpy
:https://github.com/numpy/numpy/issues/26710
I can't reproduce this on my Mac. At the moment,
pyrealm
requiresnumpy 2
but uses an outdated version ofxarray
. I'm going to raise a PR to updatexarray
and see if this triggers.