labteral / chatgpt-python

Unofficial Python SDK for OpenAI's ChatGPT
https://labteral.github.io/chatgpt-python/
GNU General Public License v3.0
523 stars 76 forks source link

Not working #22

Open ifuchs opened 1 year ago

ifuchs commented 1 year ago

After installing chatgpt and running it, I get:

OSError: dlopen(/Users/me/anaconda3/lib/python3.9/site-packages/tls_client/dependencies/tls-client-x86.dylib, 6): no suitable image found. Did find: /Users/me/anaconda3/lib/python3.9/site-packages/tls_client/dependencies/tls-client-x86.dylib: cannot load 'tls-client-x86.dylib' (load command 0x80000034 is unknown) /Users/me/anaconda3/lib/python3.9/site-packages/tls_client/dependencies/tls-client-x86.dylib: cannot load 'tls-client-x86.dylib' (load command 0x80000034 is unknown) Is there an additional dependency?

Kazu-School commented 1 year ago

how about updating modules?

(python -m )pip install -U chatgpt

ifuchs commented 1 year ago

Thanks, but that did not have any effect on the error. On Dec 15, 2022, at 6:13 PM, kazu-school @.***> wrote: how about updating modules? (python -m )pip install -U chatgpt

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>