-
Notifications
You must be signed in to change notification settings - Fork 730
Update config.guess for lame and libmad #1484
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
Conversation
on 676fb0b Full Logs
Checking:
|
@discort Thanks for help. Looks like the patch works. I think that the warning about C++ extension not found is because the package is installed in standard Python library location but you are still in torchaudio repo where torchaudio source code without the built extension is located, which shadows the installed package. I think if you moved out of the repo, the warning should be gone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
I am not sure what you mean. Is there a particular version you are referring to?
Ideally, it should be closed with a CI test. But the build process has been changed since the issue is opened so we should move on and expect a new issue to be opened if this change stops working. |
Thanks! |
I saw the timestamp
|
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
Update
config.guess
for lame and mad so that torchaudio can be built on Jetson.