terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

how to use pychatgpt by email and password without cash #141

Open ashiqbinamzad opened 1 year ago

ashiqbinamzad commented 1 year ago

C:\Users\miste\PycharmProjects\pythonProject1\venv\Scripts\python.exe C:\Users\miste\PycharmProjects\pythonProject1\main.py Traceback (most recent call last): File "C:\Users\miste\PycharmProjects\pythonProject1\venv\Lib\site-packages\pyChatGPT\pyChatGPT.py", line 112, in init import ffmpeg_downloader as ffdl ModuleNotFoundError: No module named 'ffmpeg_downloader'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\miste\PycharmProjects\pythonProject1\main.py", line 3, in api = ChatGPT(auth_type='openai', email='@gmail.com', password=@ashiq') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\miste\PycharmProjects\pythonProject1\venv\Lib\site-packages\pyChatGPT\pyChatGPT.py", line 114, in init raise ValueError( ValueError: Please install ffmpeg_downloader, PyPasser, and pocketsphinx by running pip install ffmpeg_downloader PyPasser pocketsphinx

Process finished with exit code 1