-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Labels
Description
FastFM fails to install on python 3.7 due to updates in Cython. I'd put in a pull request, but due to the split between FastFM-core and fastFM I'm not sure where to submit the PR.
Steps to reproduce issue:
- Fresh python > 3.7.1 environment
- pip install fastFM
Steps to fix:
- clone the library
- Install latest Cython (0.29.1)
- Recompile fastFM
Reactions are currently unavailable