Reputation: 21
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