YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

Problem with Boost version. Trying to downgrade from 1.78 to 1.65.1 without luck. #63

Closed Siamaster closed 2 years ago

Siamaster commented 2 years ago

First i tried with the boost version 1.78 but it didn't work so I figured I downgrade to the version that was used when the installation guide was written 1.65.1. However when I try to install the app now, it's still looking for 1.78 files and it gives me errors such as: make[2]: *** No rule to make target '/usr/local/lib/libboost_program_options.so.1.78.0', needed by 'bin/face_swap_batch'. Stop. I've been using these commands to uninstall boost since I'm building and installing manually without use of apt-get.

sudo rm -r /usr/local/lib/libboost sudo rm -r /usr/local/include/boost sudo rm -f /usr/lib/libboost_ sudo rm -r /usr/include/boost

But it seems like I'm still not uninstalling properly since the app is looking for 1.78 versions?

Siamaster commented 2 years ago

I fixed the problem by searching for all boost files with 1.78 in the name and deleting them.