On Thu, Jun 24, 2021, Mandar Kulkarni wrote:
>I tried a fresh installation, I have attached install.log.
>amber.python is working on an old laptop.
Thanks for the information. If you are still willing, could you edit
amber20_src/cmake/UseMiniconda.cmake around line 253 to look like this:
# Some users don't seem to end up with a miniconda/bin/pip file:
if(EXISTS "${CMAKE_INSTALL_POSTFIX}miniconda/bin/pip")
installtime_create_symlink(${CMAKE_INSTALL_POSTFIX}miniconda/bin/pip ${BINDIR}/amber.pip Python)
endif()
The re-run "make install". (You don't need to save the logfile here.)
You could first check if you have an $AMBERHOME/miniconda/bin/pip file: it's
possible that it is there but not readable, or something like that.
Otherwise, the new "if EXISTS" statement above should skip trying to process
that file.
...thanks!...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Jun 25 2021 - 06:00:02 PDT