Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patches needed to make this work on L4T 4.4.38-tegra #32

Open
chrislgarry opened this issue Nov 22, 2018 · 1 comment
Open

Patches needed to make this work on L4T 4.4.38-tegra #32

chrislgarry opened this issue Nov 22, 2018 · 1 comment

Comments

@chrislgarry
Copy link

chrislgarry commented Nov 22, 2018

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:

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#3579

@chrislgarry
Copy link
Author

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.

sudo apt-get install avahi-autoipd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant