Hey guys! I'm getting a weird error when running a...
# advanced-need-help
d
Hey guys! I'm getting a weird error when running a pipeline. For context, I'm running a translation model (that might/or not leverage multithreading), when running it, this is the output..
Copy code
bash
[1]    99263 segmentation fault  kedro run --pipeline translate
/Users/durc1211/.asdf/installs/python/3.8.9/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown        
  warnings.warn('resource_tracker: There appear to be %d '
And the process just stops.. Any ideas? Could not find much online or in the kedro repo..
2 Views