florex / preprocessing

4 stars 7 forks source link

Error in process load vectors npy #2

Open vikneo2017 opened 3 years ago

vikneo2017 commented 3 years ago

Please, tell me which requirements for numpy, conda, nltk, gensim and spacy were used. When trying to run the file data_process.py have

ValueError: Cannot load file containing pickled data when allow_pickle=False

florex commented 3 years ago

Another person reported this error to me.

To solve the problem, he cloned the project with git instead of downloading it. It seems like some files are missing when downloading the project.

Le mar. 13 juil. 2021 à 09:59, Vladimir @.***> a écrit :

Please, tell me which requirements for numpy, conda, nltk, gensim and spacy were used. When trying to run the file data_process.py have

ValueError: Cannot load file containing pickled data when allow_pickle=False

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/florex/preprocessing/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7HQSW4RSXMI6TF5UXPMV3TXPW73ANCNFSM5AIPMZJA .

-- Florentin Jiechieu https://play.google.com/store/apps/details?id=com.jieffy.quizstorm

scaladad commented 3 years ago

Hi! I have the same problem. And the issue with numpy version ( I tryed already ten versions but it didn't help) . I got the erorr for example: AttributeError: module 'numpy.random' has no attribute 'default_rng'.
Which numpy.version did you use for the project? Thanks.