-
Hello to everybody. Here I specified the gnu compilers gcc cause I thought it could have been an issue with clang, but still without luck. I installed gcc8.2 using brew. After I call
[a lot of stuffs]
I understand this is an issue in creating the dynamic shared libraries but I have no ideas on how to solve this. Does anybody can help me? That would be sooooo much appreciated. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I would recommend using Docker to run DeepMD-kit on MacOS. Here are two related repos: https://github.com/frankhan91/deepmd-kit_docker and https://github.com/XiaoXX0522/deepmd-kit_docker |
Beta Was this translation helpful? Give feedback.
-
Hello Filippo, I met exactly the same problem with yours. Have you found any solution yet? Thank you very much. Best, |
Beta Was this translation helpful? Give feedback.
-
Hello Yanqin, |
Beta Was this translation helpful? Give feedback.
-
conda install -c conda-forge deepmd-kit |
Beta Was this translation helpful? Give feedback.
Hello Yanqin,
The solution suggested by frankhan91 solved my problem: use the Docker container.
Technically it is not installed directly on MacOS, but in a Docker container upon a CentOS 7 layer, but at the end of the day I'm running it on my MacBookPro so it's fine. Performance-wise I can't tell you if the docker layer is so detrimental. I usually run tests on my laptop, then the hardcore training I run them on a HPC.
Best,
Filippo