erikbern / deep-pink

Deep Pink is a chess AI that learns to play chess using deep learning.
http://erikbern.com/2014/11/29/deep-learning-for-chess/
811 stars 159 forks source link

Error loading pickle file : Multiarray module not found #18

Open zaid478 opened 6 years ago

zaid478 commented 6 years ago

I have installed numpy in my ubuntu and window machine. When it is loading the pickle file in play.py, it is throwing an import error:

I have tried importing numpy.core.multiarray and its working fine , but pickle object is not able to be loaded ?

ImportError: No module named multiarray.

Help is urgently required! Thanks!

erikbern commented 6 years ago

sorry, no idea what's going on!