chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.03k stars 72 forks source link

Please make chdb available on conda-forge #189

Closed ilyanoskov closed 6 months ago

ilyanoskov commented 8 months ago

Dear maintainers,

Thank you very much for this project. Can you please also make it available on conda-forge? A lot of corporate users cannot install anything via pip, so a conda-forge repo would be very nice.

Kind Regards, Ilya

auxten commented 8 months ago

Sure, I'll try to do it in next week.

auxten commented 7 months ago

As chDB only released in bdist on PyPi. It's impossible to use some auto tools to generate the conda recipe. And it seems conda-forge didn't support using clang/clang++ on Linux. And conda-forge will trying to compile chDB from source files, that will be a huge task.

I'm still finding how to do it. Before that, maybe corporate users could download the whl package from the release page to install chDB in conda env?