practical-recommender-systems / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
901 stars 360 forks source link

Cannot create the DB #30

Closed bbourdon closed 2 years ago

bbourdon commented 4 years ago

When I run "manage.py makemigrations" -> File "init.pxd", line 872, in init gensim._matutils ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216

bbourdon commented 4 years ago

It works with numpy=1.17.0. But maybe there are side effects later