feat(python): warn on fork (#2258)

Closes #768
This commit is contained in:
Will Jones
2025-03-21 17:18:10 -07:00
committed by GitHub
parent 93a82fd371
commit abe06fee3d
2 changed files with 15 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ For trouble shooting, the best place to ask is in our Discord, under the relevan
language channel. By asking in the language-specific channel, it makes it more
likely that someone who knows the answer will see your question.
## Common issues
* Multiprocessing with `fork` is not supported. You should use `spawn` instead.
## Enabling logging
To provide more information, especially for LanceDB Cloud related issues, enable