Open VanechikSpace opened 1 month ago
Looks like an issue of Milvus-lite
/assign @junjiejiangjjj
@XuanYang-cn: GitHub didn't allow me to assign the following users: junjiejiangjjj.
Note that only milvus-io members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. For more information please see the contributor guide
hi @VanechikSpace , I run it with Python 3.12.4
and it works fine. You can use conda to recreate a Python 3.12 environment and try it.
I have the same issue on this environment:
Python 3.12.3
milvus-lite==2.4.10
pymilvus==2.4.9
Describe the bug
When i run the following code:
i see the following result:
qwer.db file is created but i don't want to get this error
Expected Behavior
I don't want to get this error
Environment details
Anything else?
I tried to run this code:
but the result is the same.
UPD I have managed to fix the issue by moving to python3.9 from python3.12.
So pymilvus doesn't support python3.12 ?