Skip to content

Instantly share code, notes, and snippets.

@lackdaz
Created June 12, 2020 16:59
Show Gist options
  • Save lackdaz/597b40f76c15e91939d74bdaa84bb93a to your computer and use it in GitHub Desktop.
Save lackdaz/597b40f76c15e91939d74bdaa84bb93a to your computer and use it in GitHub Desktop.
run to fix the jetson-io bug
sudo find /opt/nvidia/jetson-io/ -mindepth 1 -maxdepth 1 -type d -exec touch {}/__init__.py \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment