Émerson Silva

Results 1 comments of Émerson Silva

I had the same problem and a get around that by using `PyCall`, like this: ```julia using PyCall np = pyimport("numpy") data = np.load("data.npy", allow_pickle=true) ```