Open zhoufy20 opened 3 weeks ago
Your installed Caffe2 version uses protobuf but the protobuf library cannot be found. Did you accidentally remove it, or have you set the right CMAKE_PREFIX_PATH?
According to the error message, appending the prefix of protobuf (it should be in CONDA_PREFIX
) to CMAKE_PREFIX_PATH
may resolve the problem.
Indeed, I cannot reproduce the error.
Dear developers of deepmd-gnn: I get some trouble when execute
export CMAKE_PREFIX_PATH=$(python -c "import torch;print(torch.utils.cmake_prefix_path)")
andpip install .
Below are callback error:deepmd-kit I install the
deepmd-kit
from off-line packages.All packages
Thank you for your assistance!