how to Install off-line packages #2969
Answered
by
sunlight905
sunlight905
asked this question in
Q&A
-
how to use the file "deepmd-kit-2.2.7-cpu-Linux-x86_64.sh" for installing the deepmd-kit? |
Beta Was this translation helpful? Give feedback.
Answered by
sunlight905
Nov 2, 2023
Replies: 1 comment 3 replies
-
Use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I download the packages in the windows system. and then transfer it to linux, and the error occurs.
The reason of the error is:
A text file under Windows uploaded to Unix/Linux using ssh will be automatically formatted, that is, convert carriage returns and line feeds to line feeds, and when you view it under Unix, you will see that it is ^M less.
and the solution is Compress the file into a zip file and then transfer it, unzip it into sh after successful transfer and it will be successfully installed.
Thanks for your reply!