apockill / clai

Command Line AI- this tool lets you call ChatGPT from any textbox on your computer
11 stars 1 forks source link

Unable to install #3

Closed ludberg closed 1 year ago

ludberg commented 1 year ago

I followed you install instructions and tried 'clai Write an email..' and go NOTE: You must install tkinter on Linux to use MouseInfo. Run the following: sudo apt-get install python3-tk python3-dev

Any ideas?

apockill commented 1 year ago

Ah thank you for notifying me. I must have had those packages already installed.

Can you test that command and running clai again? If it works, I'll add them to the README instructions.

ludberg commented 1 year ago

I got through it yesterday but also had to install tesseract and scrot

On Tue, Mar 14, 2023, 20:23 Alex Thiele @.***> wrote:

Ah thank you for notifying me. I must have had those packages already installed.

Can you test that command and running clai again? If it works, I'll add them to the README instructions.

— Reply to this email directly, view it on GitHub https://github.com/apockill/clai/issues/3#issuecomment-1468697924, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYPJBR7EPFCX4YMGYMKUBLW4DATJANCNFSM6AAAAAAV2ZIB6M . You are receiving this because you authored the thread.Message ID: @.***>

apockill commented 1 year ago

Ahh, my bad. I think I published to pypi the version from this branch: https://github.com/apockill/clai/tree/feature/tesseract

If you go there, you'll see some instructions to install tesseract and scrot. Thank you for your feedback, I'll add python3-tk and python3-dev to the dependencies.