modeling-examples/music_recommendation/music_recommendation.ipynb relies on lightfm.
The following works in an empty py311 environment:
python -m pip install --upgrade pip setuptools wheel
python -m pip install lightfm
but fails to build in an empty py312 environment. Consequently the notebook can't be used with py312.
modeling-examples/music_recommendation/music_recommendation.ipynbrelies on lightfm.The following works in an empty py311 environment:
but fails to build in an empty py312 environment. Consequently the notebook can't be used with py312.