<div dir="ltr"><div><div>Hi people, <br><br></div>I am learning the volume_rendering process in yt, I have yt 3.1 installed and I am using Stampede supercomputer to submit my jobs. <br><br></div><div>I already have an example code from my colleagues and playing around with it, the code follows this :<br><br><b>import matplotlib<br>matplotlib.use('Agg')<br>import yt<br>import os<br>import numpy as np<br>import matplotlib.pyplot as plt<br>from yt import derived_field<br><br><br>from yt.visualization.volume_rendering.transfer_function_helper import TransferFunctionHelper<br>from yt.visualization.volume_rendering.api import Scene, VolumeSource<br></b><br></div>the very first error I get is this :<br><br><b>Traceback (most recent call last):<br>  File "volume_render.py", line 17, in <module><br>    from yt.visualization.volume_rendering.api import Scene, VolumeSource<br>ImportError: cannot import name Scene<br>[c557-202.stampede.tacc.utexas.edu:mpispawn_0][child_handler] MPI process (rank: 0, pid: 106487) exited with status 1<br>TACC: MPI job exited with code: 1</b><br><br><div>could that be due to the yt versions? please help and thanks in advance.<br><br></div><div>Best<br></div><div>tazkera<br></div><div><br></div></div>