Getting an error running Langflow locally on Mac M1

#28
by delayedkarma - opened

I keep getting this error whenever I try to run any Langflow design on my Mac M1:

objc[53043]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[53043]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.

I don't know how to fix this.

Add this to ~/.bash_profile export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
and restart any shells
info source: https://github.com/rails/rails/issues/38560

Sign up or log in to comment