pyvlfeat error during installation: /usr/bin/ld: cannot find -lboost_python-mt-py26

后端 未结 1 2001
刺人心
刺人心 2021-01-05 19:33

I\'ve haven\'t been successful in finding a solution to the following error which I get during the pyvlfeat 0.1.1a3 installation: /usr/bin/ld: cannot find -lboost_python-mt-

1条回答
  •  离开以前
    2021-01-05 20:07

    A quick fix to this is to simply edit the setup.py for pyvlfeat and modify the LinkArgs line to refer to your installation of boost-python. For my system, (and likely many others) this amounts to just changing -lboost_python-mt-py26 to -lboost_python-mt-py27 to refer to the proper Python revision.

    0 讨论(0)
提交回复
热议问题