Issues getting started #135
-
Coming from TWIR 446 looking to tackle one of the "Good First Issue"(s). I ran into complications getting the development environment up and running, or even
I have given an effort to resolve this issue, but no luck. I am running an Apple Silicon M1 Pro macbook with rosetta installed. After first seeing this error message I downloaded the libclang.so from https://releases.llvm.org/ and attempted to reference the libclang.so file the error message specified via an environment variable like so Perhaps this has something to do with this project running in a container? Any advice would be much appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi! Thanks for reaching out. What is the path you are setting
It is required for FFI bindings and doesn't have to do anything with containers |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for reaching out. What is the path you are setting
LIBCLANG_PATH
to? Is it the bin directory of the install? Have you tried installing with homebrew?brew install --with-toolchain llvm
It is required for FFI bindings and doesn't have to do anything with containers