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

Won't start... The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows. #80

Open
ssu-art opened this issue Nov 4, 2023 · 1 comment

Comments

@ssu-art
Copy link

ssu-art commented Nov 4, 2023

Ok. I have Windows 10 and PyCharm with python 3.9.13
I used that code from main page for python and of course install subsai package via git

And I got this...
[19:46:18] WARNING The torchaudio backend is torch_audio_backend.py:19
switched to 'soundfile'. Note
that 'sox_io' is not supported on
Windows.
WARNING torchvision is not available - cannot train_logger.py:227
save figures
WARNING The torchaudio backend is torch_audio_backend.py:19
switched to 'soundfile'. Note
that 'sox_io' is not supported on
Windows.

Process finished with exit code -1073741795 (0xC000001D)

@abdeladim-s
Copy link
Owner

@ssu-art, I think there is something wrong with your soundfile package .. can you try one of these:

pip install soundfile
pip uninstall PySoundFile && pip install PySoundFile

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