我在源码编译 milvus
git clone git@github.com:milvus-io/milvus.git
cd milvus
pip install conan==1.58.0
make build
然后要我输入账号?
Remote 'default-conan-local' username:
完整的日志:
libelf/0.8.13: Downloaded recipe revision 4f70a3555809ae50cc8add44f0f84288
libiberty/9.1.0: Not found in local cache, looking in remotes...
libiberty/9.1.0: Trying with 'conancenter'...
Downloading conanmanifest.txt completed [0.10k]
Downloading conanfile.py completed [3.00k]
Downloading conan_export.tgz completed [0.31k]
Decompressing conan_export.tgz completed [0.00k]
libiberty/9.1.0: Downloaded recipe revision a6a0b042484db9cefa233a8aa31a33c5
libsodium/cci.20220430: Not found in local cache, looking in remotes...
libsodium/cci.20220430: Trying with 'conancenter'...
Downloading conanmanifest.txt completed [0.19k]
Downloading conanfile.py completed [7.51k]
Downloading conan_export.tgz completed [0.43k]
Decompressing conan_export.tgz completed [0.00k]
libsodium/cci.20220430: Downloaded recipe revision cd827332735a7278432659372a1efb77
prometheus-cpp/1.1.0: Not found in local cache, looking in remotes...
prometheus-cpp/1.1.0: Trying with 'conancenter'...
Downloading conanmanifest.txt completed [0.10k]
Downloading conanfile.py completed [6.70k]
Downloading conan_export.tgz completed [0.32k]
Decompressing conan_export.tgz completed [0.00k]
prometheus-cpp/1.1.0: Downloaded recipe revision c6c3bf8a1a108fdaf36929ccd22e9082
WARN: prometheus-cpp/1.1.0: requirement libcurl/8.0.1 overridden by your conanfile to libcurl/7.86.0
folly/2023.07.12@milvus/dev: Not found in local cache, looking in remotes...
folly/2023.07.12@milvus/dev: Trying with 'conancenter'...
folly/2023.07.12@milvus/dev: Trying with 'default-conan-local'...
Please log in to "default-conan-local" to perform this action. Execute "conan user" command.
Remote 'default-conan-local' username:
我之前从来没有用过 conan
有谁用过 conan?
conan 安装任何东西都需要账号密码?还是安装特定东西才需要账号密码?
如果是「安装特定东西」需要账号密码,那这是什么东西?
不一定,私有仓库,上传包,特定的公共仓库这些都要登录,folly/2023.07.12@milvus/dev你这个以来不在conancenter公共仓库里,在default-conan-local 仓库里这是一个私有仓库,所以要你登录