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

Failed on launch #13

Closed
margesch opened this issue Dec 13, 2018 · 3 comments
Closed

Failed on launch #13

margesch opened this issue Dec 13, 2018 · 3 comments

Comments

@margesch
Copy link

What this supossed to mean? It's failed during launch...

D:\audio2midi>python audio_to_midi_melodia.py ~/test.wav ~/test.mid 60 --smooth
0.25 --minduration 0.1 --jams
Traceback (most recent call last):
File "audio_to_midi_melodia.py", line 3, in
import librosa
File "D:\Python27\lib\site-packages\librosa_init_.py", line 11, in

from . import cache

File "D:\Python27\lib\site-packages\librosa\cache.py", line 7, in
from joblib import Memory
File "D:\Python27\lib\site-packages\joblib_init_.py", line 119, in

from .parallel import Parallel

File "D:\Python27\lib\site-packages\joblib\parallel.py", line 28, in
from .parallel_backends import (FallbackToBackend, MultiprocessingBackend,
File "D:\Python27\lib\site-packages\joblib_parallel_backends.py", line 22, in

from .executor import get_memmapping_executor
File "D:\Python27\lib\site-packages\joblib\executor.py", line 14, in
from .externals.loky.reusable_executor import get_reusable_executor
File "D:\Python27\lib\site-packages\joblib\externals\loky_init
.py", line 1
1, in
from .backend.context import cpu_count
File "D:\Python27\lib\site-packages\joblib\externals\loky\backend_init_.py"
, line 4, in
from .context import get_context
File "D:\Python27\lib\site-packages\joblib\externals\loky\backend\context.py",
line 21, in
from .process import LokyProcess, LokyInitMainProcess
File "D:\Python27\lib\site-packages\joblib\externals\loky\backend\process.py",
line 11, in
from .compat import BaseProcess
File "D:\Python27\lib\site-packages\joblib\externals\loky\backend\compat.py",
line 23, in
from .compat_win32 import wait
File "D:\Python27\lib\site-packages\joblib\externals\loky\backend\compat_win32
.py", line 17, in
from .win_wait import wait
File "D:\Python27\lib\site-packages\joblib\externals\loky\backend_win_wait.py
", line 26, in
GetTickCount64 = ctypes.windll.kernel32.GetTickCount64
File "D:\Python27\lib\ctypes_init
.py", line 366, in getattr
func = self.getitem(name)
File "D:\Python27\lib\ctypes_init_.py", line 371, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: function 'GetTickCount64' not found

@justinsalamon
Copy link
Owner

This issue seems to be related to your installation of librosa, rather than this repo. I'll soon be replacing librosa with a lighter library for loading the audio, so this issue might be addressed by this updated. Stay tuned.

@justinsalamon
Copy link
Owner

OK @margesch I just pushed an update (v0.0.3) which doesn't rely on librosa for loading the audio. Please try the latest version and let me know if you still have any issues. Thanks.

@justinsalamon
Copy link
Owner

Stale, closing out.

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

2 participants