You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The poetry install command mentioned in the Run the client section of your README file doesn't run as expected and returns with the error:
No dependencies to install or update
Installing the current project: vector-db-benchmark (0.1.0)
Warning: The current project could not be installed: No file/folder found for package vector-db-benchmark
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error!
Ubuntu 23.04
Python 3.10.14
Any ideas how to solve the issue?
The text was updated successfully, but these errors were encountered:
zeevbensender
changed the title
The 'poetry install' command fails
Poetry fails to install dependencies for vector-db-benchmark.
Aug 5, 2024
The
poetry install
command mentioned in the Run the client section of your README file doesn't run as expected and returns with the error:Ubuntu 23.04
Python 3.10.14
Any ideas how to solve the issue?
The text was updated successfully, but these errors were encountered: