Greetings sir,
I want to install Ambertools 20 on windows 7 using CygWin and CMake. I tried it but it seems that it cant find the python libraries, however they can be imported in python normally.
I have python (2.7.13), latest version of CMake and Cygwin.
this is the error:
-- Found PythonLibs: C:/Python27/Lib (found version "")C:\Python27\pythonw.exe: can't open file '/cygdrive/d/games/amber/AmberTools20/amber20_src/cmake/python_packagecheck.py': [Errno 2] No such file or directory-- Checking for Python package numpy -- not foundC:\Python27\pythonw.exe: can't open file '/cygdrive/d/games/amber/AmberTools20/amber20_src/cmake/python_packagecheck.py': [Errno 2] No such file or directory-- Checking for Python package scipy -- not foundC:\Python27\pythonw.exe: can't open file '/cygdrive/d/games/amber/AmberTools20/amber20_src/cmake/python_packagecheck.py': [Errno 2] No such file or directory-- Checking for Python package matplotlib -- not foundC:\Python27\pythonw.exe: can't open file '/cygdrive/d/games/amber/AmberTools20/amber20_src/cmake/python_packagecheck.py': [Errno 2] No such file or directory-- Checking for Python package setuptools -- not found
This is what i have in run_cmake file (for linux):
cmake $AMBER_PREFIX/amber20_src \ -DCMAKE_INSTALL_PREFIX=$AMBER_PREFIX/amber20 \ -DCOMPILER=GNU \ -DMPI=FALSE -DCUDA=FALSE -DINSTALL_TESTS=TRUE \ -DDOWNLOAD_MINICONDA=FALSE -DMINICONDA_USE_PY3=TRUE \ -DPYTHON_EXECUTABLE="C:/Python27/pythonw.exe" \ -DPYTHON_INCLUDE_DIR="C:/Python27/include/" \ -DPYTHON_LIBRARY="C:/Python27/Lib"
Please tell me how can i install Ambertools 20.
Thanks in advance.
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Sat Jun 20 2020 - 15:00:02 PDT