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

Illegal Instruction on line QHM = pyqhm.qhm(signal, pitch, window, 0.001, N_iter = 3, phase_tech = 'phase') #13

Open
mavavilj opened this issue Dec 5, 2023 · 2 comments

Comments

@mavavilj
Copy link

mavavilj commented Dec 5, 2023

Python 3.6.9 on WSL (Ubuntu 18.04).

Installed library via python3 -m pip install AMFM-decompy.

Running AMFM_test.py produces error:

Illegal instruction (core dumped)

which is verified to be caused on line:

QHM = pyqhm.qhm(signal, pitch, window, 0.001, N_iter = 3, phase_tech = 'phase')

by deleting lower parts of code.

@bjbschmitt
Copy link
Owner

Hi @mavavilj thank you for your feedback. I will test here in order to check if I can reproduce the problem and find its cause.

@mavavilj
Copy link
Author

mavavilj commented Dec 6, 2023

My initial guess was about permissions on WSL file system (since it's a bit mixed bag of Linux and Windows file systems), but since the parts before this line work, then I am not sure.

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