cmusphinx / pocketsphinx

A small speech recognizer
Other
3.87k stars 713 forks source link

Require specific setuptools version to fix editable install (fixes: #353) #355

Closed dhdaines closed 1 year ago

dhdaines commented 1 year ago

There is a very long saga in the scikit-build issues about this, which I haven't read, but did read enough to know that setuptools>=64 breaks pip install -e.

So make sure to use setuptools<64.

See: https://github.com/scikit-build/scikit-build/issues/981