CV: Multi-threading error #883
-
Hi, I am running the built-in command of cross validation in statsforecast and am getting the error below. has anyone faced this one before? /usr/lib/python3.10/multiprocessing/popen_fork.py:66: RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock. I am running the code below for this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey. That's not an error, that's a warning. Is that the full code you're using? We don't depend on JAX, so it's very strange that you get that warning, unless you're also importing it. |
Beta Was this translation helpful? Give feedback.
Hey. That's not an error, that's a warning. Is that the full code you're using? We don't depend on JAX, so it's very strange that you get that warning, unless you're also importing it.