Please provide the following information when requesting support.
• Hardware (RTX 4060Ti)
Hi, I am having trouble while trying to get NVIDIA TAO working on my machine. I am currently following the steps posted here: https://docs.nvidia.com/tao/tao-toolkit/text/quick_start_guide/index.html
And then ended up at this link to get started as a beginner: https://docs.nvidia.com/tao/tao-toolkit/text/quick_start_guide/beginner.html#getting-started-as-a-beginner
I’ve been following these steps and am at the step to install the TAO launcher. I used bash to run quickstart_launcher.sh, both the install and upgrade.
I then get to the step of Running a Sample Tao Notebook. When I tried to run the command
jupyter notebook --ip 0.0.0.0 --port 8888 --allow-root
But got this output:
$ jupyter notebook --ip 0.0.0.0 --port 8888 --allow-root
Traceback (most recent call last):
File "/home/porter/.local/bin/jupyter-notebook", line 5, in <module>
from notebook.app import main
File "/home/porter/.local/lib/python3.10/site-packages/notebook/app.py", line 12, in <module>
from jupyter_server.base.handlers import JupyterHandler
ModuleNotFoundError: No module named 'jupyter_server'
I’ve tried restarting all my steps but ran into the exact same issue.
How should I resolve this? Has anyone else had this issue? I think I followed all steps exactly.
Thanks,
Andrew
5 posts - 2 participants