zilliztech / VectorDBBench

A Benchmark Tool for VectorDB
MIT License
458 stars 108 forks source link

failed to install packages #288

Closed ybtsdst closed 4 months ago

ybtsdst commented 4 months ago

pip install . failed to install packages under site-package related directories, but only dist-info. I find the last commit was a update to toml file. https://github.com/zilliztech/VectorDBBench/commit/9325a5a277b614e820b03384d3db49be2c3b429c

I tried this and it works:

[tool.setuptools.packages.find]
where = ["."]
include = ["vectordb_bench"]
XuanYang-cn commented 4 months ago

@ybtsdst nice catch!