You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation instructions do not hold for current out of the box Jetson TX2, which at this time is 4.4.38-tegra. There are some slight changes that need to be made. The first is enabling the universe repositories in /etc/apt/sources.list so the pre-build script can, at the least, successfully sudo apt-get install python-pip:
Further, avahi-autoipd needs to be updated/reinstalled else python notebooks may fail when attempting to use dhclient with tegra-ubuntu root: /etc/dhcp/dhclient-enter-hooks.d/avahi-autoipd returned non-zero exit status 1 in syslog.
The installation instructions do not hold for current out of the box Jetson TX2, which at this time is
4.4.38-tegra
. There are some slight changes that need to be made. The first is enabling the universe repositories in/etc/apt/sources.list
so the pre-build script can, at the least, successfullysudo apt-get install python-pip
:https://gist.github.com/chrislgarry/40e9cd3687eb3803e190ce3aeea05edb
The second is to pass the pyzmq version that works nicely with jupyter notebooks to pip:
https://gist.github.com/chrislgarry/af7be9ec17fbf0cd8f6883873f4bdbeb
I believe there is a PR for the latter fix. Running
pip install --upgrade
may work as well instead of that patch. See jupyter/notebook#3579The text was updated successfully, but these errors were encountered: