The error happened on Ubuntu Xenial with Octopress. The fix is to copy the needed “libpython2.7.so.1.0” to override the existing “libpython2.7.so.a” file.
1 | cp /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /home/gang/.pyenv/versions/2.7.10/lib/ |
The error happened on Ubuntu Xenial with Octopress. The fix is to copy the needed “libpython2.7.so.1.0” to override the existing “libpython2.7.so.a” file.
1 | cp /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /home/gang/.pyenv/versions/2.7.10/lib/ |