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

Is it possible to officially build a wheel for torchaudio? #301

Closed
Aloereed opened this issue Feb 16, 2023 · 3 comments
Closed

Is it possible to officially build a wheel for torchaudio? #301

Aloereed opened this issue Feb 16, 2023 · 3 comments
Labels
UserExperience XPU/GPU XPU/GPU specific issues

Comments

@Aloereed
Copy link

Torchaudio I build from source code always has the following errors.

Traceback (most recent call last):
File "", line 1, in
File "/home/audio/torchaudio/init.py", line 1, in
from torchaudio import ( # noqa: F401
File "/home/audio/torchaudio/_extension.py", line 135, in
_init_extension()
File "/home/audio/torchaudio/_extension.py", line 105, in _init_extension
_load_lib("libtorchaudio")
File "/home/audio/torchaudio/_extension.py", line 52, in _load_lib
torch.ops.load_library(path)
File "/home/miniconda3/envs/sovits/lib/python3.8/site-packages/torch/_ops.py", line 573, in load_library
ctypes.CDLL(path)
File "/home/miniconda3/envs/sovits/lib/python3.8/ctypes/init.py", line 369, in init
self._handle = _dlopen(self._name, mode)
OSError: /opt/intel/oneapi/mkl/2023.0.0/lib/intel64/libmkl_intel_thread.so.2: undefined symbol: __kmpc_reduce_nowait

@jingxu10
Copy link
Contributor

Sure. We will consider to provide torchaudio wheel files as well.

@jingxu10 jingxu10 added XPU/GPU XPU/GPU specific issues UserExperience labels Feb 26, 2023
@hashFactory
Copy link

Would love to see this as well!

@jingxu10
Copy link
Contributor

Please compile torchaudio from source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UserExperience XPU/GPU XPU/GPU specific issues
Projects
None yet
Development

No branches or pull requests

3 participants