openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.
MIT License
20.97k stars 3.68k forks source link

Getting error while following build instructions #119

Open ethereumdegen opened 1 year ago

ethereumdegen commented 1 year ago

My Python -V returns 3.10.10 and i am using ubuntu 20

When i run the command "poetry env use python3" i get an error:

/usr/lib/python3/dist-packages/requests/init.py:89: RequestsDependencyWarning: urllib3 (1.26.15) or chardet (5.1.0) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "

cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/init.py)

and not even chat gpt can help me resolve it ;[

anirudhgarg commented 1 year ago

I have found that you dont need this step.