AutoDock-Vina
AutoDock-Vina copied to clipboard
issue installing vina with pip into conda environment
Hi, I've tried the following commands to install vina, taken directly from the Installation Tutorial.
$ conda create -n vina python=3
$ conda activate vina
$ conda config --env --add channels conda-forge
$ conda install -c conda-forge numpy swig boost-cpp sphinx sphinx_rtd_theme
$ pip install vina
$ which vina
$ vina
I get no response to 'which vina' and the following error to 'vina': -bash: vina: command not found
I have tried using different versions of python (3.10, 3.7, 3.9.7) and running on both OSX and Linux.
Hi, pip install
is to run Vina from Python. The executables are available on the releases page here on GitHub.
The
Hello , I'm trying to install an external app for usage from python , and it's one of the installments steps can I skip this safely ? how I can check if its installed . do I need to add it to the system environment variable path? , thanks .
@PrestigeDevop I'm not sure I understood your question. Importing vina successfully in a Python interpreter usually means the Python bindings are installed correctly:
import vina