joshcho / ChatGPT.el

ChatGPT in Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when running any command: "Cannot open load file: No such file or directory, chatgpt"

northjayd opened this issue · comments

Where should I make this directory? Is it supposed to be auto generated?

That is becuase the command is not found on your bin/
you have to install dependencies by typing:

pip install sexpdata==0.0.3
pip install epc
pip install git+https://github.com/mmabrouk/chatgpt-wrapper
chatgpt install

That will install the needed dependencies to run chatgpt on your emacs (or your terminal)

Not an issue after c38c915