I was facing the same issue, here is line from error
File "/usr/lib/python3/dist-packages/numpy/lib/npyio.py", line 260, in __getitem__
So i solve the issue by updating "npyio.py" file. In npyio.py line 196 assigning value to allow_pickle so i update this line as
self.allow_pickle = True