ChatGPT
ChatGPT copied to clipboard
[BUG] I can't import tls-client
Description
I tried to start revChatGPT from a command line or from python. In both cases I got the following error:
...
File "/Users/vostryakov/projects/env3.7/ds-vqCpqeZ3-py3.8/lib/python3.8/site-packages/revChatGPT/main.py", line 5, in
I think that I have binary package of tls-client-x86.dylib for different CPU architecture or MacOS versions. Can you say what versions of macOS are supported? Or what is wrong in my case?
Steps to Reproduce
Executing the following code:
from revChatGPT.ChatGPT import Chatbot
Expected behavior
the code working properly without errors
Environment
- OS: MacOS 10.14.6
- Python version: 3.8.9
- ChatGPT Version: 0.2.1
Apple Silicon not supported. MacOS below Catalina also not supported
Apple Silicon not supported.
Works on my M1. OS Ventura
Maybe with Rossetta or something. I don't see an ARM dylib
oh thankyou
Thank you. I close the issue