Skip to content

Instantly share code, notes, and snippets.

@ansarid
Last active August 26, 2019 06:07
Show Gist options
  • Save ansarid/f0308388bdd76088922f92bb8608ef38 to your computer and use it in GitHub Desktop.
Save ansarid/f0308388bdd76088922f92bb8608ef38 to your computer and use it in GitHub Desktop.
Repair PPTK hand on pptk.view
cd /usr/local/lib/python3.7/dist-packages/pptk/libs
mv libz.so.1 libz.so.1.old
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1

Based off fix at pptk issue #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment