-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Problem: After doing 'pip install pptk' on ubuntu/kubuntu 18.04, it doesn't work.
Diagnosis: The 'viewer' doesn't work because the libz.so.1 in site-packages/pptk/libs has some unresolved dependency issue.
Workaround:
- Rename the libz.so.1 in site-packages/pptk/libs
e.g
cd ~/.local/lib/python2.7/site-packages/pptk/libs/
mv libz.so.1 libz.so.1.old
- Create a soft link from /lib/x86_64-linux-gnu/libz.so.1 to the site-packages/pptk/libs
cd ~/.local/lib/python2.7/site-packages/pptk/libs/
sudo ln -s /lib/x86_64-linux-gnu/libz.so.1
niosus, romaintha, zlita, mcarletti, asmith26 and 66 moreqngapparat, zdmiller12, xingyi122, AlbertXu233 and Gian-AlessioBlecigne and aswathselvammasotrix, kentaroy47, xiuhaoyi, AmrARaouf, zdmiller12 and 2 more
Metadata
Metadata
Assignees
Labels
No labels