jetson-containers
jetson-containers copied to clipboard
l4t-ml Error: ModuleNotFoundError: No module named 'tkinter'
I have installed l4t-ml 32.5.0 docker for jetson nano. I faced the above-mentioned error while importing import matplotlib.pyplot as plt.
Could you help me with this issue?
Hi @alikaz3mi, can you try running apt-get update && apt-get install python3-tk inside the container?