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

Compile Milvus setup on local system Macbook Air M1 chip Sonoma 14.5 fails #34217

Closed
1 task done
SID262000 opened this issue Jun 26, 2024 · 4 comments
Closed
1 task done
Assignees
Labels
kind/bug Issues or changes related a bug stale indicates no udpates for 30 days triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@SID262000
Copy link

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): 
- CPU/Memory: 
- GPU: 
- Others:

Current Behavior

When I follow the below instruction

Clone github repository.

$ git clone https://github.com/milvus-io/milvus.git

Install third-party dependencies.

$ cd milvus/
$ ./scripts/install_deps.sh

Compile Milvus.

$ make

It throws the below error at the last step(when we try compiling Milvus by running the make command) as in the screenshot below. Looks like there is a compatibility issue with conan v1 whereas by default conan v2 gets installed.
Screenshot 2024-06-26 at 4 19 38 PM

Expected Behavior

It should successfully run the make command.

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

@SID262000 SID262000 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 Jun 26, 2024
@SID262000
Copy link
Author

@yanliang567: Looks like the ticket got reassigned to you automatically. If possible can you please re-assign it back to me, would like to work on the issue, Thanks!

@SimFG
Copy link
Contributor

SimFG commented Jun 26, 2024

@SID262000 You can try to use a lower version of conan, because it does not support the compilation of higher versions.
reference doc: https://github.com/milvus-io/milvus/blob/master/DEVELOPMENT.md#prerequisites

@yanliang567
Copy link
Contributor

/assign @SID262000
feel free to sumbit a pr for this.

/unassign

@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 Jun 27, 2024
SID262000 added a commit to SID262000/milvus that referenced this issue Jun 28, 2024
Copy link

stale bot commented Jul 27, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

@stale stale bot added the stale indicates no udpates for 30 days label Jul 27, 2024
@stale stale bot closed this as completed Aug 7, 2024
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 stale indicates no udpates for 30 days 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