-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: Runtime hasn't been created! #315
Comments
Ok course as I was writing I realized about the update I did to the latest version of streamlit, and that is actually the problem. Pinning the version to 1.31.1 solve the issue. I have create a PR for a temporary fix |
@yorek : I still get the same error even after downgrading streamlit to 1.31.1 |
Make sure to remove the pip cache, delete any existing virtual environment (or use a new one), and make sure you do not update streamlit when it asks you to do so. |
/assign |
See also: zilliztech#315, streamlit/streamlit#8606 Signed-off-by: yangxuan <[email protected]>
See also: #315, streamlit/streamlit#8606 Signed-off-by: yangxuan <[email protected]>
I'm trying to set up a development environment locally, following the Build on your own step, so I have cloned the repo and then I
python3.11 -m venv .venv
. ./.venv/bin/activate
pip install -e '.[test]'
python -m vectordb_bench
And as soon as I try to run the test using, say, Milvus, I get the following error:
Here's the details:
Is anyone having the same problem? The problem started to appear as soon as I updated streamlit to the latest version, apparently.
The text was updated successfully, but these errors were encountered: