I trying to install vina using pip and get this error(see file). I think the problem is that boost is not added to path. I have tried various tips posted on stackoverflow threads, read the boost docs for working with python and even watched the videos about how to install boost, but have not been able to solve this problem.
Apart from using pip I tried to install via conda following this manual:
https://autodock-vina.readthedocs.io/en/latest/installation.html#building-from-source
Error not fixed. How i can add boost to path? After installing boost via bootstrap.bat and then .\b2 i get 2 links, but if i add it to PATH variable it doesn't solve this problem. I want to try use Vina scripts in python file
Has anyone been able to install Autodock Vina via pip or conda?
Brief output:
...
ValueError: Boost library location was not found!
Directories searched: conda env, /usr/local/include and /usr/include.