bhaskatripathi / pdfGPT

PDF GPT allows you to chat with the contents of your PDF file by using GPT capabilities. The most effective open source solution to turn your pdf files in a chatbot!
https://huggingface.co/spaces/bhaskartripathi/pdfGPT_Turbo
MIT License
6.92k stars 833 forks source link

can't install on mac m1 or m2 #66

Open dnabanita7 opened 1 year ago

dnabanita7 commented 1 year ago

It works perfectly fine on linux based systems. IT gives error in mac based systems cuz of tensorflow package version onflict with grpcio. I will open an issue regarding the same. This is a mac mini m2, apple chip. Docker compose also gives the same error. I changed zsh to bash thinking it can't access the environment variables but that's not the issue here.

The issue that I face is: Screenshot from 2023-05-22 09-20-24

Proposed solution: I think this is not mac/win compatible yet. It depends on future versions of grpcio. Maybe we can use something other than grpcio.

bhaskatripathi commented 1 year ago

You may want to refer to https://github.com/bhaskatripathi/pdfGPT/issues/10

wnwright commented 1 year ago

I am having the same issue, #10 doesn't resolve this dependency issue as far as I can tell