Skip to content

Commit

Permalink
Merge pull request #2999 from yiwen92/patch-19
Browse files Browse the repository at this point in the history
Update operational_faq.md
  • Loading branch information
liyun95 authored Jan 24, 2025
2 parents 186644b + 799bb4d commit e4448cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/en/faq/operational_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ See [Run Milvus on Windows](https://milvus.io/blog/2021-11-19-run-milvus-2.0-on-

#### I got an error when installing pymilvus on Windows. What shall I do?

It is not recommended to install PyMilvus on Windows. But if you have to install PyMilvus on Windows but got an error, try installing it in a [Conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) environment. See [Install Milvus SDK](install-pymilvus.md) for more information about how to install PyMilvus in the Conda environment.
Please try to use the following command to update pymilvus to the newest version.

```shell
pip install --upgrade pymilvus
```

#### Can I deploy Milvus when disconnected from the Internet?

Expand Down

0 comments on commit e4448cb

Please sign in to comment.