We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi , there seems a problem with the pydub_to_np: from utils import pydub_to_np could you suggest a workaround?
(devinyl) (myenv) xxx-Air:~ xxx$ python Python/devinyl.py -h Traceback (most recent call last): File "Python/devinyl.py", line 21, in from effects import (reduce_noise_centroid_mb, reduce_noise_centroid_s, reduce_noise_median, reduce_noise_mfcc_down, File "/Users/xxx/Python/effects.py", line 15, in from utils import pydub_to_np ImportError: cannot import name 'pydub_to_np' from 'utils' (/Users/xxx/myenv/lib/python3.7/site-packages/utils/init.py)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi , there seems a problem with the pydub_to_np: from utils import pydub_to_np
could you suggest a workaround?
(devinyl) (myenv) xxx-Air:~ xxx$ python Python/devinyl.py -h
Traceback (most recent call last):
File "Python/devinyl.py", line 21, in
from effects import (reduce_noise_centroid_mb, reduce_noise_centroid_s, reduce_noise_median, reduce_noise_mfcc_down,
File "/Users/xxx/Python/effects.py", line 15, in
from utils import pydub_to_np
ImportError: cannot import name 'pydub_to_np' from 'utils' (/Users/xxx/myenv/lib/python3.7/site-packages/utils/init.py)
The text was updated successfully, but these errors were encountered: