Skip to content
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

Opens and immediately closes #6

Open
tristan-mcinnis opened this issue Nov 6, 2024 · 6 comments
Open

Opens and immediately closes #6

tristan-mcinnis opened this issue Nov 6, 2024 · 6 comments

Comments

@tristan-mcinnis
Copy link

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
Copy link
Contributor

royshil commented Nov 7, 2024

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
Copy link
Author

(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
Copy link
Contributor

royshil commented Nov 8, 2024

@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
Copy link
Author

I've tried both with the same result.

@DannieBGoode
Copy link

DannieBGoode commented Nov 20, 2024

I get the same error, the half a second that the cmd is open I see this error
localNoteTaker

I am using Windows 10 with:

  • git version 2.38.1.windows.1
  • Python 3.11.8

I installed it through the installer found in the releases page for note-taker-windows-cuda-0.0.2 and I am using a GeForce GTX 1070.

For the installer version are there any dependencies that must be installed prior to NoteTaker?

@JdotCarver
Copy link

Unless I'm confused. This is supposed behavior.
As per the usage instructions in the Readme.md, you never launch the exe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants