How to install Sionna in pyAerial container

After successfully running a pyAerial container on GH200, I tried to install Sionna, which is listed in Pre-requisites, but the command “sudo pip install sionna==0.17.0” gives the following errors related to mitsuba module.

ERROR: Could not find a version that satisfies the requirement mitsuba>=3.2.0 (from sionna) (from versions: none)
ERROR: No matching distribution found for mitsuba>=3.2.0

Is there any way around to avoid this error?
Do I need to manually build mitsuba for Arm64 platform first, then install Sionna?