Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing error!! #85

Open
IEI-mjx opened this issue Jan 21, 2025 · 1 comment
Open

Installing error!! #85

IEI-mjx opened this issue Jan 21, 2025 · 1 comment

Comments

@IEI-mjx
Copy link

IEI-mjx commented Jan 21, 2025

Using nvcr.io/nvidia/pytorch:24.05-py3/24.10-py3 as start containers.
Both failed to install etcd-cpp-apiv3 and encountered above error

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Building etcd-cpp-apiv3 with C++11
CMake Error at /usr/lib/cmake/utf8_range/utf8_range-targets.cmake:86 (message):
  The imported target "utf8_range::utf8_validity" references the file

     "/usr/lib/libutf8_validity.a"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/lib/cmake/utf8_range/utf8_range-targets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/cmake/utf8_range/utf8_range-config.cmake:7 (include)
  /usr/lib/cmake/protobuf/protobuf-config.cmake:12 (find_package)
  CMakeLists.txt:125 (find_package)


-- Configuring incomplete, errors occurred!

I am wondering if there exists a recommended container?

@alogfans
Copy link
Collaborator

We use cmake 3.22.1 in our development machine. You can log in the container and try to update its cmake version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants