setuptools removed setuptools.command.test and faust-streaming is failing pip install
Checklist
- [V ] I have included information about relevant versions
- [ V] I have verified that the issue persists when using the
masterbranch of Faust.
Steps to reproduce
https://stackoverflow.com/questions/78806100/no-module-named-setuptools-command-test
Tell us what you did to cause something to happen.
Expected behavior
Tell us what you expected to happen.
Actual behavior
Tell us what happened instead.
Full traceback
Paste the full traceback (if there is any)
Versions
- Python version
- Faust version
- Operating system
- Kafka version
- RocksDB version (if applicable)
See this thread, scroll til the end https://github.com/pypa/setuptools/issues/931
We are experiencing this when running install via UV. UV supports a constraint file. Put intervaltree pinned to the fix branch in that file and it should work.
No direct faust-streaming issue except that intervaltree is unmaintained since two years. Not sure what a good replacement would be.
We are experiencing this when running install via UV. UV supports a constraint file. Put intervaltree pinned to the fix branch in that file and it should work.
No direct faust-streaming issue except that intervaltree is unmaintained since two years. Not sure what a good replacement would be.
Patch exists for intervaltree in https://github.com/chaimleib/intervaltree/pull/140, hopefully the maintainer sees this soon.