Open navix14 opened 1 year ago
Getting this on Arch Linux using Python 3.11.3 as well. Ran python3 -m pip install setuptools-rust
after which I got a unrelated error. Hopefully this helps someone in the future. Do keep in mind this repo looks abandoned now, so that might be another issue for the future.
Question I am trying to install the
snips-nlu
package on a Windows 11 machine. After executingpip install snips-nlu
it fails with the following error:Specs
Steps to reproduce
python -m venv example
.\example\Scripts\activate.bat
pip install --upgrade pip
pip install setuptools_rust
pip install snips-nlu
I tried the same steps without using a virtual environment with a clean Python 3.11.3, Python 3.9 & Python 3.8.9 installation. Unfortunately, same result :(