Konstantin Beliaev
Konstantin Beliaev

Reputation: 21

NPY exchange between numpy 1.x and 2.x

Is there a way to read NPY files, saved with numpy 1.x in numpy 2.x ?

The attempt to read old NPY files with np.load() results in "ModuleNotFoundError".

As I understand, the reason is changed structure of numpy modules. Is there a way to overcome this?

Upvotes: 0

Views: 41

Answers (0)

Related Questions