-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issue on macOS #11
Comments
It’s possible that Python commands on your Mac are running with In the Current code:exec('python remind_sansprint.py', (error, stdout, stderr) => { Change it to:exec('python3 remind_sansprint.py', (error, stdout, stderr) => { |
Thanks for letting me know; I will adapt it to work with both setups. |
Thanks, I've modified the file, now I get this error:
Formatting might be off, I wasn't able to directly select the error text, so I used OCR to capture it. |
normally rumps module should be installed within the installer , try to do first pip install rumps and start the service after this, let me know |
I did So then I did
|
I understand now, you will need to change all the pip commands to pip3 in the installer.py, and do the same for the python command. Your system uses python3 and pip3, but in the installer, it is currently done with python3 and pip. Make the changes and let me know. In the meantime, I'll update the installer code to work with both pip/pip3 and python/python3 tomorrow. |
Thanks. Couldn't figure out how to uninstall, so I just deleted the folder and re-downloaded. I fixed the
Then, when installing the service, it still gave me an error with Then it looks like it "failed building wheel for pyaudio":
|
Also, I should mention that the installation goes much smoother if you use a virtual environment when installing. Simply do: python -m venv .venv && source .venv/bin/activate before running the |
Okay, so this is the sequence of stuff I did to get it almost running. It doesn't chat with me though. ''' After these commands were issued, I was able to 'Install Service' and 'Start Service'. I can't Pull Models though. I put in 'llama3.2' and it didn't pull. But I already have it installed in Ollama and it shows up in the selection in the chat window. So then I tried one of the prompted questions, and it just says
The terminal shows this: ''' |
Hello, I've got localhost:3000 set up, but trying to start the service I get this popup error in the browser window:
python remind_sansprint.py /bin/sh: python: command not found
I do have python installed.
Terminal shows this output:
The text was updated successfully, but these errors were encountered: