Douglas Fraser

Results 7 comments of Douglas Fraser

I have gotten this error as well - the initial stack trace is equivalent to the one in this report. Unfortunately it seems to have locked up everything and one...

For anyone else encountering this issue - in my setup, I was running a standalone "prefect orion start &", an agent as well, PREFECT_API_HOST was set (so I assumed the...

Update: I tried adding a @validator method to my block (given it is based on Pydantic's BaseModel) just to be thorough and prevent users from entering bad values / typos.......

I am getting this error (with SIGSEGV (-11)) consistently with this setup: ```>>> import sklearn; sklearn.show_versions() System: python: 3.8.10 (default, May 8 2021, 03:07:44) [Clang 8.0.0 (clang-800.0.42.1)] executable: /Volumes/Phil/projects/research/holistic/venv/bin/python machine:...

I patched sklearn's _bagging.py / _parallel_predict_proba() to use faulthandler to dump tracebacks to a file so that the worker processes that die could output some information. Fatal Python error: Segmentation...

I am trying to track down something similar in my code (a segfault) though I was getting CancelledError sometimes. Is the setup with 2 workers using up all possible threads/cores?...

ok, I think I figured it out - r_end is translated into a date, i.e. 2091-12-31. Any sort of cleanup to catch the last set of rows (i.e. see line...