Sanjay Kshetramade

Results 14 comments of Sanjay Kshetramade
trafficstars

> if you upgrade onettb dependency in internal/core/conanfile.py to 2021.12.0 does it work? Even after upgrading the dependency it failed with the same error. ``` ... [100%] Linking CXX shared...

> try conan remove onetbb and retry? Still the same error.

> go: >= 1.21 (Arch=ARM64) cmake: >= 3.26.4 llvm: >= 15 python: > 3.8 and > and make sure your llvm version is high enough I'm running the `make milvus`...

I was hoping to do the build and development inside a container (to keep my Mac environment clean), but if you are saying that Dev Container is not supported then...

> try conan remove see if it works I did `conan remove -f '*'` but the build still failed with the same error. :(

> we can try to investigate on it That would be awesome! Thank you.

@xiaofan-luan what's the approximate ETA to have this issue investigated?

By the way, just want to clarify that I'm building inside a dev container on M1 Mac.

@shaoting-huang thanks for the quick response! After removing the `onettb` dependency, the build went past the earlier error but failed later. Here's the tail output of the build log: ```...