locaal-ai / note-taker

A lo-fi AI-first note taker running locally on-device
https://locaal.ai/note-taker/
MIT License
35 stars 3 forks source link

Opens and immediately closes #6

Open tristan-mcinnis opened 1 week ago

tristan-mcinnis commented 1 week ago

Hey! I'm super excited about the possibility for this note Taking app. I've tried both the cpu version and the CUDA version on Windows 11 and it seems like after the installation, when I try to open them, they open briefly and then they close very quickly.

I'll do a little bit more to see maybe some restarts, maybe some reinstallation to see if there are any issues. but just wanted to raise this here first in case it was something that others are also having.

royshil commented 1 week ago

Sorry about that! One thing to try is to run it from e.g. PowerShell and watch for any errors that pop off for example image

tristan-mcinnis commented 1 week ago

(base) PS C:\Users\trist> & "C:\Program Files\LocaalNoteTaker\note-taker.exe" Traceback (most recent call last): File "app.py", line 18, in File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module File "notes_editor_components.py", line 14, in File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module File "textual_transcription_textarea.py", line 12, in File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module File "Transcriber.py", line 2, in File "PyInstaller\loader\pyimod02_importers.py", line 378, in exec_module File "simpler_whisper__init__.py", line 1, in ImportError: DLL load failed while importing _whisper_cpp: The specified procedure could not be found. [PYI-29920:ERROR] Failed to execute script 'app' due to unhandled exception! (base) PS C:\Users\trist>

Think this has to do with simple-whisper. I couldn't pip install that eitehr at the moment :)

royshil commented 1 week ago

@tristan-mcinnis are you using the CPU or CUDA version? it's missing DLLs... so maybe they are not placed in the right place, which i canfix

tristan-mcinnis commented 1 week ago

I've tried both with the same result.