-
I am trying to correctly install Sionna in Windows through WSL2. I have managed to successfully setup Python 3.10.12 and Tensorflow 2.15 (with GPU). I run However, when I run Any help is highly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @treste91, this error occurs when Sionna sets the Mitsuba backend (see Mitusba 3 variants for details) during the initialization. This happens in |
Beta Was this translation helpful? Give feedback.
Hello @treste91,
Indeed, as far as I know OptiX, which we use for ray tracing, is not supported in WSL. Unfortunately that's an upstream issue that we cannot fix in Sionna nor Mitsuba. There might be unofficial workarounds, but we haven't tested them and cannot offer support.
Also discussed in: mitsuba-renderer/mitsuba3#167
It should work on Windows overall though (outside of WSL).