PhilSoy

Results 6 comments of PhilSoy

I have the same problem. I tried the solutions above but they do not solve my problem. It is possible that the problem comes from a bad combination of versions

Hello, The script works after modifying the second line, as follows: ```py import mitsuba as mi #mi.set_variant("cuda_ad_rgb") # Or whichever variant you were using mi.set_variant('scalar_rgb') scene=mi.load_file("grenoble_center\grenoble_center.xml") print(scene) ``` The scene...

​With mi.set_variant('llvm_ad_rgb') I get the following error message (the one I am used to see with Sionna so far): ``` [xml.cpp:179] Error while loading "grenoble_center\grenoble_center.xml" (at line 8, col 3):...

Will do after checking the drjit and LLVM versions

The solution described I my last post worked, but does not work anymore. I get again the same error messages and crashes. After restarting the kernel and running the script,...

Yes, I was initially running a .py script on Spyder (not a notebook) You are right (my mistake), I copied os.environ['DRJIT_LIBLLVM_PATH'] = 'C:/Program Files/LLVM/bin’ from an old script. Sorry about...