Open sansyrox opened 5 months ago
Hi from LanceDB. We unfortunately don't support multiprocessing with fork()
. If possible, you should use spawn
instead. More detail here: https://github.com/lancedb/lance/issues/2204#issuecomment-2076023640
Hey @wjones127 👋
Thanks for letting me know. Unfortunately, robyn doesn't work properly with spawn
instead of fork
. Let me try and address that
Bug Description
Error message
Works properly when you do
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES python3 filename.py
Steps to Reproduce
Your operating system
Mac OS
Your Python version (
python --version
)3.10
Your Robyn version
0.54.5
Additional Info
No response