Brian Sun
Brian Sun
> Hi @BriansIDP > > I do not have a guess for how this happens. Perhaps can you share a build log? Please find the attached build log. Thank you!...
> Both output: ``` U gsm_create U gsm_create ```
Please find the attached logs. Thank you! [sox-build.log](https://github.com/pytorch/audio/files/9354946/sox-build.log) [sox-configure.log](https://github.com/pytorch/audio/files/9354947/sox-configure.log)
Hi. Thank you for the suggestions. I found the ``--with-gsm`` and ``--with-gsm=yes`` produced the same result as before, and I still found the same error. However, when I tried with...
I tried building without GSM. Now in the sox configuration, it says ``gsm........................no``. However, when I open python and type ``import torchaudio``, I still get the same following error: ```...
> Can you delete the `third_party/install/` directory and try again? just to be sure I tried both with ``--with-gsm`` and ``--without-gsm`` options, but I still got the same error for...
> > > Can you delete the `third_party/install/` directory and try again? just to be sure > > > > > > I tried both with `--with-gsm` and `--without-gsm` options,...
Hi. As an update, I found the workaround using ``export LD_PRELOAD=/lib64/libgsm.so``. It seems that during the building process it does not know where to look for libgsm.
> Hi @BriansIDP, thanks for the request -- I'll take a look into the implementation to see how feasible this is. Just making sure I understand correctly, you want to...
> Hi @BriansIDP, sorry for the late reply -- I think we should be able to add this feature, but it likely won't be available as of the upcoming release,...