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

[Bug]: install_deps.sh fails in Ubuntu22.04 #33142

Open
1 task done
jiangyinzuo opened this issue May 18, 2024 · 1 comment
Open
1 task done

[Bug]: install_deps.sh fails in Ubuntu22.04 #33142

jiangyinzuo opened this issue May 18, 2024 · 1 comment
Assignees
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@jiangyinzuo
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Environment

- Milvus version:
- Deployment mode(standalone or cluster):
- MQ type(rocksmq, pulsar or kafka):    
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS): Ubuntu22.04
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

./scripts/install_deps.sh

reports an error

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package clang-format-10
E: Unable to locate package clang-tidy-10

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

@jiangyinzuo jiangyinzuo added kind/bug Issues or changes related a bug needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 18, 2024
jiangyinzuo added a commit to jiangyinzuo/milvus that referenced this issue May 18, 2024
…eps.sh

Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04
does not have `clang-tidy-10` or `clang-format-10` by default.

issue: milvus-io#33142

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
jiangyinzuo added a commit to jiangyinzuo/milvus that referenced this issue May 18, 2024
…eps.sh

Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04
does not have `clang-tidy-10` or `clang-format-10` by default.

issue: milvus-io#33142

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
@yanliang567
Copy link
Contributor

/assign @czs007
/unassign

@sre-ci-robot sre-ci-robot assigned czs007 and unassigned yanliang567 May 20, 2024
@yanliang567 yanliang567 added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 20, 2024
jiangyinzuo added a commit to jiangyinzuo/milvus that referenced this issue May 20, 2024
…eps.sh

Default llvm toolchain version in Ubuntu 20.04 is 10, while Ubuntu 22.04
does not have `clang-tidy-10` or `clang-format-10` by default.

Upgrade clang-format and clang-tidy from 10 to 12,
so that both Ubuntu 20.04 and 22.04 are able to run. See milvus-io#33173

issue: milvus-io#33142

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>

Co-authored-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Issues or changes related a bug triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

3 participants