acheong08 / ChatGPT

Reverse engineered ChatGPT API
GNU General Public License v2.0
28k stars 4.48k forks source link

[Bug]: Support for 32bit and Arm processors #1475

Open Worrah opened 1 year ago

Worrah commented 1 year ago

Is there an existing issue for this?

What happened?

Hello. Can't use the lastest version on Arm processor, getting an error OSError: /home/wolh/.local/lib/python3.9/site-packages/tls_client/dependencies/tls-client-amd64.so: cannot open shared object file: No such file or directory

Steps to reproduce the problem

  1. pip install --upgrade revchatgpt
  2. run

What should have happened?

work without errors

Version where the problem happens

6.8.6

What Python version are you running this with?

3.9.5

What is your operating system ?

Linux

Command Line Arguments

No

Console logs

OSError: /home/wolh/.local/lib/python3.9/site-packages/tls_client/dependencies/tls-client-amd64.so: cannot open shared object file: No such file or directory

Additional information

No response