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
I get the following error when I run papermill with numpy version 2.0.0:
papermill.exceptions.PapermillExecutionError:
---------------------------------------------------------------------------
Exception encountered at "In [1]":
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
AttributeError: _ARRAY_API not found
I think this has to do with a change in the numpy API, as here.
The text was updated successfully, but these errors were encountered:
I was hoping given time Numpy would solve this for Python 3.12, but it seems they're just not going to so we likely need to add a limit for now: numpy/numpy#26710
I get the following error when I run
papermill
withnumpy
version 2.0.0:I think this has to do with a change in the
numpy
API, as here.The text was updated successfully, but these errors were encountered: