Manos Tsagkias
Manos Tsagkias
I think there is one more "file handler leak" besides the one that @hedleyroos covers in his fix above: When I create databases, the Sqlite3 `/path/to/database/chroma.db` file remains open as...
Thank you for the swift reply @hedleyroos and @tazarov ! I much appreciate the workaround, and I'm happy to confirm that the combined solutions from @hedleyroos completely solve the issue.
Ran into it as well. On a Mac, running py3.12 (via pyenv), you need a couple of dependencies before it installs successfully with `pip`: ``` brew install hdf5 brew install...
+1 another use case for being able to choose python versions down to the patch version is [ray](https://ray.io), the distributed machine learning framework. Ray requires the client that submits a...
+1 using `faust-streaming==0.10.23` + rocksDB; consumer and producer running on macOS M2Max connecting to a docker Kafka 3.3 (by bitnami) w/ KRaft
#53 aims at addressing this
Since #53 has been merged, LightGBMLSS now supports Python up to 3.14. @StatMixedML maybe we can close this?
This is related to issue #40