When I use TAO, the following error occurs

Please provide the following information when requesting support.

• Hardware (T4/V100/Xavier/Nano/etc)
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc)
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here)
• Training spec file(If have, please share here)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
Traceback (most recent call last):
File “/home/lab/miniconda3/bin/tao”, line 5, in
from nvidia_tao_cli.entrypoint.tao_launcher import main
File “/home/lab/miniconda3/lib/python3.11/site-packages/nvidia_tao_cli/entrypoint/tao_launcher.py”, line 23, in
from nvidia_tao_cli.components.instance_handler.builder import get_launcher
File “/home/lab/miniconda3/lib/python3.11/site-packages/nvidia_tao_cli/components/instance_handler/builder.py”, line 24, in
from nvidia_tao_cli.components.instance_handler.local_instance import LocalInstance
File “/home/lab/miniconda3/lib/python3.11/site-packages/nvidia_tao_cli/components/instance_handler/local_instance.py”, line 28, in
from tabulate import tabulate
File “/home/lab/miniconda3/lib/python3.11/site-packages/tabulate.py”, line 16, in
from collections import Iterable
ImportError: cannot import name ‘Iterable’ from ‘collections’ (/home/lab/miniconda3/lib/python3.11/collections/init.py)

Please share the full command and full log. Thanks.

Please try to create a new environment by setting the Python version to 3.6.
$ conda create -n launcher python=3.6

Refer to
https://docs.nvidia.com/tao/tao-toolkit/text/tao_toolkit_quick_start_guide.html#running-tao-toolkit

OK, thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.