You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python bindings
Currently working on Linux and Mac. We did not test on Windows.
PyPi only has whl files for mac and linux, but also a .tar.gz that pip on windows tries to install, but then fails at locating boost (because it sits in a different directory relative to CONDA_PREFIX) and other build related errors and it simply is not compatible with windows as it stands.
Could you clarify the description on PyPi to make it more clear that compatibility with windows is not given?
On PyPi the project is listed as
OS independent
and the description on the project site say nothing about any OS restrictions. However, on https://autodock-vina.readthedocs.io/en/latest/installation.html you have the linesPyPi only has whl files for mac and linux, but also a .tar.gz that pip on windows tries to install, but then fails at locating boost (because it sits in a different directory relative to
CONDA_PREFIX
) and other build related errors and it simply is not compatible with windows as it stands.Could you clarify the description on PyPi to make it more clear that compatibility with windows is not given?
Just an example of confusion arising:
https://stackoverflow.com/questions/78402207/pip-python-unable-to-find-boost-under-windows-11-in-virtual-env/78407642#78407642
#260
#247
#230
#176 (comment)
The text was updated successfully, but these errors were encountered: