milvus-io / milvus-tools

A data migration tool for Milvus.
Apache License 2.0
71 stars 21 forks source link

Failed buiding wheel for pandas #68

Open yzwyf opened 2 months ago

yzwyf commented 2 months ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

CongxianYang commented 1 week ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

Hi, I'm also experiencing this problem, have you solved it yet?

yzwyf commented 1 week ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

Hi, I'm also experiencing this problem, have you solved it yet?

no i abort it

CongxianYang commented 1 week ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

Hi, I'm also experiencing this problem, have you solved it yet?

no i abort it Hello, do you have any other methods to migrate the milvus database to an H5 file?

yzwyf commented 1 week ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

Hi, I'm also experiencing this problem, have you solved it yet?

no i abort it Hello, do you have any other methods to migrate the milvus database to an H5 file?

maybe you can write a python script

CongxianYang commented 1 week ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

Hi, I'm also experiencing this problem, have you solved it yet?

no i abort it Hello, do you have any other methods to migrate the milvus database to an H5 file?

maybe you can write a python script

ok,I understand what you mean

CongxianYang commented 6 days ago

I tried the command pip3 install pymilvusdm to install MilvusDM, but it resulted in an error. image env: python-3.10 Milvus 2.3.10 pymilvus 2.4.3

Hi, I'm also experiencing this problem, have you solved it yet?

no i abort it Hello, do you have any other methods to migrate the milvus database to an H5 file?

maybe you can write a python script

ok,I understand what you mean

I found the solution, python version is too high cause. I can build successfully with python=3.7 environment. you can try