-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Labels
Description
Describe the bug
Upon install, users will get an error along the lines of
ModuleNotFoundError: Please install Cython with a version >= 0.28.5 in order to build a scikit-learn from source.
Related: scikit-learn/scikit-learn#26858
To Reproduce
Simply install the package
Expected behavior
Successful install
Environment:
- OS: Arch Linux
- python version: 3.11.3
- snips-nlu version: 0.20.2
Fix
pip3 install cython<3
pip3 install snips-nlu==0.20.2