You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the reverse-geocoder into a multiprocessing pool and I get this error. AssertionError: daemonic processes are not allowed to have children
So I guess your implementation doesn't allow to run the search from subprocesses ?
The text was updated successfully, but these errors were encountered:
Hi,
by looking at the code I forced the mode=1 which desactivates the multi-threaded K-D Tree (default mode=2).
Another turn around is to use the library which inspired this one - reverse-geocode - which works in in subprocesses but is a lot slower !
I'm trying to run the reverse-geocoder into a multiprocessing pool and I get this error.
AssertionError: daemonic processes are not allowed to have children
So I guess your implementation doesn't allow to run the search from subprocesses ?
The text was updated successfully, but these errors were encountered: