chatgpt-python icon indicating copy to clipboard operation
chatgpt-python copied to clipboard

No module named chatgpt.__main__; 'chatgpt' is a package and cannot be directly executed

Open Nesonica opened this issue 3 years ago • 0 comments

When running:

(venv) PS C:\Users\Nesin\PycharmProjects\chatgpt-python> python -m chatgpt

I get this error:

C:\Users\Nesin\PycharmProjects\chatgpt-python\venv\Scripts\python.exe: No module named chatgpt.main; 'chatgpt' is a package and cannot be directly executed

How can I solve this?

Nesonica avatar Dec 23 '22 12:12 Nesonica