nteract/papermill

error with `numpy` v2

Open

#800 aperta il 21 giu 2024

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)Python (402 fork)batch import
bughelp wanted

Metriche repository

Star
 (5381 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor