We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890a93e commit 94ef833Copy full SHA for 94ef833
llama-index-python-kvstore/run.sh
@@ -17,6 +17,8 @@ $PYTHON_BINARY -m pip install -U pip poetry
17
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
18
# Activate the poetry env, which itself does not include poetry
19
source $($PYTHON_BINARY -m poetry env info --path)/bin/activate
20
+# Fix requirement in llama-index repo
21
+$PYTHON_BINARY -m poetry add motor
22
# Recreate the poetry lock file
23
$PYTHON_BINARY -m poetry lock --no-update
24
# Install from pyproject.toml into package specific environment
0 commit comments