dropbox-ai-chat icon indicating copy to clipboard operation
dropbox-ai-chat copied to clipboard

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

Open arjun-ms opened this issue 1 year ago • 8 comments

image

arjun-ms avatar Dec 20 '23 03:12 arjun-ms

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

chriz-ty avatar Dec 20 '23 03:12 chriz-ty

Facing the same issue

munish0838 avatar Dec 20 '23 07:12 munish0838

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.

zxqfd555-pw avatar Dec 20 '23 17:12 zxqfd555-pw

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.

arjun-ms avatar Dec 21 '23 02:12 arjun-ms

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..

chriz-ty avatar Dec 21 '23 03:12 chriz-ty

Are you using wsl? @chriz-ty

munish0838 avatar Dec 21 '23 05:12 munish0838

Are you using wsl? @chriz-ty

Nope

chriz-ty avatar Dec 21 '23 08:12 chriz-ty

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

stefan52a avatar Mar 17 '24 19:03 stefan52a