Hello,
I have been struggling to set up and install Sphinx on my Jetson Xavier NX. My system seems consistent with Sphinx’s minimal system requirements (Ubuntu 20.04 (focal) and Linux 5.10). It seems, though, that Sphinx is not built to work with ARM architectures. Is that the case?
When attempting to install Sphinx according to the installation guide, after running sudo apt update, I am met with the error:
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository "https://debian.parrot.com focal InReLease' doesn't support architecture 'arm64'
N: Skipping acquire of configured file 'generic/binary-arm64/Packages' as repository "https://debian.parrot.com focal InReLease' doesn't support architecture 'arm64'
This makes sense, since when I list the supported Architectures in the InRelease file I see only amd64 and i386. Still, nothing is explicitly stated in system requirements that Sphinx cannot work on aarch64 architectures. I want to confirm that this is the case before giving up getting Sphinx to work on my Jetson Xavier NX or looking for a complicated workaround (open to suggestions there, as well).
Thank you!