Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ABI suffix for extension module
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
- Loading branch information