forked from zylon-ai/private-gpt
-
Notifications
You must be signed in to change notification settings - Fork 6
Notes
Liv edited this page Jun 4, 2023
·
1 revision
#Jun 3 2023
- Working on my Macbook (13" M1 2021,
- Needed to install python release from website; whatever version I had before wasn't working
- Found this issue https://github.com/urllib3/urllib3/issues/3020 that seems to match the error that i'm seeing:
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with LibreSSL 2.8.3. See: https://github.com/urllib3/urllib3/issues/2168
Deciding if I want to keep trying to troubleshoot, or just go ahead and switching to my Pop_OS Desktop
Switched to desktop, copied over models. Still getting stuck on punkt
, which I saw on the MBP as well.
Ran
import nltk
nltk.download()
to resolve. New error!
No pandoc was found.
Thinking that this means that I did not properly get the requirements installed. Re-ran pip3 install command. See a lot of cached stuff, but not all of it.
Had to install pandoc. Success! :O :O :O