joshcho / ChatGPT.el

ChatGPT in Emacs
GNU General Public License v3.0
396 stars 34 forks source link

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

Closed northjayd closed 1 year ago

northjayd commented 1 year ago

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

orhnk commented 1 year ago

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)

joshcho commented 1 year ago

Not an issue after https://github.com/joshcho/ChatGPT.el/commit/c38c9150b4f156c90c44f330aa0cd2497d66f8c5