jwson3
April 4, 2023, 6:54am
1
when I run standalone_examples/api/omni.isaac.sensor/camera.py.
I got error
userwarning: matplotlib is currently using agg, which is a non-gui backend, so cannot show the figure.
So I tried to solve it
import matplotlib.pyplot as plt
plt.switch_backend(‘TkAgg’)
But I got another error
warning] [carb.audio.contexst] 1 contexts were leaked
segmentation fault (core dumped) $python_exe “$@” $args There was an error running python
Have any solution?
Or if there is a method or sample code for displaying an image using omniverse ui rather than matplot, please let me know.
1 Like
Hi @jwson3 - Can you please share the full log file?
jwson3
April 10, 2023, 5:32am
4
Where can I get the full log file?
jwson3
April 12, 2023, 1:22am
5
I’m trying to find the log in ./nvidia-omniverse/logs/Kit/Isaac-Sim/2022.2, but when running standalone, the log doesn’t seem to be created in this location. Where can I find the log file?
You can find the logfile from here as shown in the screenshot below:
system
Closed
May 12, 2023, 1:36am
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.