finaldie/auto-news

ERROR: Cannot install -r requirements.txt

Closed this issue · 1 comments

when running 'make deps && make build && make deploy && make init' getting the following error:

#25 36.85 ERROR: Cannot install -r requirements.txt (line 29) and -r requirements.txt (line 30) because these package versions have conflicting dependencies.
#25 36.85 
#25 36.85 The conflict is caused by:
#25 36.85     pymilvus 2.2.8 depends on grpcio<=1.53.0 and >=1.49.1
#25 36.85     chromadb 0.4.24 depends on grpcio>=1.58.0
#25 36.85     pymilvus 2.2.8 depends on grpcio<=1.53.0 and >=1.49.1
#25 36.85     chromadb 0.4.23 depends on grpcio>=1.58.0
#25 36.85     pymilvus 2.2.8 depends on grpcio<=1.53.0 and >=1.49.1
#25 36.85     chromadb 0.4.22 depends on grpcio>=1.58.0

suggestion: using pymilvus>=2.2.* solved that for me

hi @EvgeniLeonti

Thank you for reporting the issue. I have merged PR #65 to address it. Please update the latest main and let me know if there are any issues. Thanks a lot.