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
Added weave-cleint as dependency but still not getting the ModuleNotFoundError: No module named 'weaviate' ?
how to get rid of this error ?
also getting this when tried to install weave-client explicitly
mac@Hakeye server % poetry install
Installing dependencies from lock file
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run poetry lock [--no-update] to fix it.
Because rag-stack depends on weaviate-client (3.23.2) which doesn't match any versions, version solving failed.
The text was updated successfully, but these errors were encountered:
Added weave-cleint as dependency but still not getting the ModuleNotFoundError: No module named 'weaviate' ?
how to get rid of this error ?
also getting this when tried to install weave-client explicitly
mac@Hakeye server % poetry install
Installing dependencies from lock file
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run
poetry lock [--no-update]
to fix it.Because rag-stack depends on weaviate-client (3.23.2) which doesn't match any versions, version solving failed.
The text was updated successfully, but these errors were encountered: