-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug]: ModuleNotFoundError: No module named 'pymilvus' #26442
Comments
@XuanYang-cn |
I guess there are some conflict dependence in the python env. could you please retry with some virtual python env? |
I am also running into this issue |
Did you already install the pymilvus? I noticed that you only installed the |
@dgarnitz plz also take a look and we'll apreciate it very much. |
Yes, I had definitely installed pymilvus and it was included in my @longjiquan I was having the I solved this issue by removing the versioning in my |
What a nightmare. so, I decide to just start from scratch. I removed all of milvus from my Ubuntu Docker server and reinstalled it. I am using (https://milvus.io/docs/) On this Page (https://milvus.io/docs/install_standalone-docker.md) i installed and started Milvus without any issues. In vscode on my windows machine i created and environment and I'm running Python 3.11.4. |
/assign @XuanYang-cn |
@LarryStewart2022 sorry, but as the message mentioned, maybe you should try to upgrade the version of your server. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/reopen |
@louis-sanna-eki: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is there an existing issue for this?
Environment
Current Behavior
Just starting out. I created a new python environment and started to follow your docs:
COMPLETED THE FOLLOWING:
Requirements
Python 3.7 or later is required.
Google protobuf is installed. You can install it with the command pip3 install protobuf==3.20.0.
grpcio-tools is installed. You can install it with the command pip3 install grpcio-tools.
Clicked on what's next and ran this
from pymilvus import connections
And it get this error
Traceback (most recent call last):
File "c:\Milvustest\app.py", line 1, in
from pymilvus import connections
ModuleNotFoundError: No module named 'pymilvus'
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: