pathway-labs / dropbox-ai-chat

AI-powered Dropbox search tool for private documents
https://github.com/pathwaycom/llm-app
MIT License
163 stars 32 forks source link

ERROR: Cannot install -r requirements.txt (line 2) and pathway because these package versions have conflicting dependencies. #3

Open arjun-ms opened 6 months ago

arjun-ms commented 6 months ago

image

chriz-ty commented 6 months ago

I was also experiencing the same issue when I was trying to install the requirements.

munish0838 commented 6 months ago

Facing the same issue

zxqfd555-pw commented 6 months ago

Hello @arjun-ms @chriz-ty @munish0838.

Could you please let us know what Python version you're using? You can check it by executing python --version in a command line.

I have checked the dependencies of the llm_app library and I see that they refer to certain versions of pathway. It may be the case that the version you have installed is too old. Could you try to uninstall pathway and llm_app and run the pip install -r requirements.txt again?

On the other note, using a clean virtualenv to install the dependencies should also help.

arjun-ms commented 6 months ago

Hey @zxqfd555-pw !

I am using Python 3.10. I believe the error I encountered is due to having installed this on a Windows machine, whereas the pathway package currently supports only Linux and macOS.

Now, I am attempting to run it on Docker.

chriz-ty commented 6 months ago

Yeah, I tried to attempt in docker and it worked! But now there is another problem that I'm facing. The external url and the network url are not working..

munish0838 commented 6 months ago

Are you using wsl? @chriz-ty

chriz-ty commented 6 months ago

Are you using wsl? @chriz-ty

Nope

stefan52a commented 3 months ago

see solution in https://github.com/pathway-labs/dropbox-ai-chat/issues/5#issuecomment-2002525284 that worked for me