apeatling / ollama-voice-mac

Mac compatible Ollama Voice
GNU Affero General Public License v3.0
326 stars 28 forks source link

Opens and closes right after starting. #11

Closed echtme closed 2 months ago

echtme commented 2 months ago

Mac m2, Python v3.9.6

When I start the assistant, it opens and briefly shows the UI, then closes it.

In the console, I see only:

pygame 2.5.2 (SDL 2.28.3, Python 3.9.6) Hello from the pygame community. https://www.pygame.org/contribute.html 2024-03-14 17:11:26.964 Python[13699:218916] WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.

AI: Hi, how can I help you?

alidevs commented 2 months ago

This has helped me

echtme commented 2 months ago

I switched to another Python (v3.10.14) environment and now it's working for me.