google-benchmark conan 包中缺少用户和频道字段
Missing user and channel fields in google-benchmark conan package
我正在尝试安装 google benchmark library using the C++ package manager Conan. However, the user and channel fields seem to be missing from the conan-center。如果我尝试在 conan-center 上搜索图书馆,我也会收到错误消息。
$conan search benchmark --remote=conan-center
ERROR: Value provided for user name, '_' (type str), is too short. Valid names must contain at least 2 characters.. [Remote: conan-center]
conan-center 出了什么问题,还是我遗漏了什么?我注意到其他包显示相同的行为(gtest、doctest 等),尽管它们也有 bincrafters 提供的 "regular" 版本。
Since Conan 1.18 the package namespace became optional. This feature was introduced together with the new Conan Center Index 再次收到所有 Conan 食谱,但没有命名空间。
所有新旧软件包,包括来自 Conan Community 和 Bincrafters 的软件包,也将保留在 Bintray Conan Center。
现在关于你的错误:
ERROR: Value provided for user name, '_' (type str), is too short. Valid names must contain at least 2 characters.. [Remote: conan-center]
发生此错误是因为您的柯南客户端已过时。我相信你是 运行 <= 1.17。
我强烈建议您将柯南客户端更新到最新版本 (1.20.4)。
此致!
我正在尝试安装 google benchmark library using the C++ package manager Conan. However, the user and channel fields seem to be missing from the conan-center。如果我尝试在 conan-center 上搜索图书馆,我也会收到错误消息。
$conan search benchmark --remote=conan-center
ERROR: Value provided for user name, '_' (type str), is too short. Valid names must contain at least 2 characters.. [Remote: conan-center]
conan-center 出了什么问题,还是我遗漏了什么?我注意到其他包显示相同的行为(gtest、doctest 等),尽管它们也有 bincrafters 提供的 "regular" 版本。
Since Conan 1.18 the package namespace became optional. This feature was introduced together with the new Conan Center Index 再次收到所有 Conan 食谱,但没有命名空间。
所有新旧软件包,包括来自 Conan Community 和 Bincrafters 的软件包,也将保留在 Bintray Conan Center。
现在关于你的错误:
ERROR: Value provided for user name, '_' (type str), is too short. Valid names must contain at least 2 characters.. [Remote: conan-center]
发生此错误是因为您的柯南客户端已过时。我相信你是 运行 <= 1.17。 我强烈建议您将柯南客户端更新到最新版本 (1.20.4)。
此致!