You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing torchaudio from source `python setup.py install` performs
egg (zip) installation. This causes confusion when building from source for
multiple environments with different Python versions, as `_torchaudio.so`
does not have Python ABI version in its name and importlib cannot find it.
This change fixs this by enableing ABI extension.
squash! Enable ABI suffix for extension module
0 commit comments