Jupyter installation on Jetson TX2

Jetpack3.3
Ubuntu 16

I am using the command
sudo pip3 install jupyter.

I am getting the error in the attached picture

Thanks for your help

The error show need to install the python 3.5.2 first.
Why do you not use the latest Jetpack?

It is a long story. I had a fully functioning system before I upgraded the OS to version 18 from 16. The system would just hang. Also, I used Jetsonhacks instructions to boot the system from SSD. Luckily I had the old jetpack saved. At this point OS version is 16 and is running from the SSD. I upgraded python to 3.8. I executed the following command:

python3 -m pip install -U jupyter matplotlib numpy pandas scipy sklearn.

I have attached the section of the log from which the error begins.

error.txt (10.6 KB)

Thanks,
Udaya

Hi,

Most of the above errors disappeared after I installed libffi-dev. No when I submit the command jupyter notebook, I get error msg that

jupyter notebookTraceback (most recent call last):
File “/home/nvidia/Documents/my-env/bin/jupyter”, line 5, in
from jupyter_core.command import main
ModuleNotFoundError: No module named ‘jupyter_core’

Thanks,
Udaya

Hi Udaya,

Please move to the latest JetPack version.