yesterday
Has anyone else had a problem today (2026-09-04) with imports from fastai?
The error message points to a problem with the underlying fastcore package:
AttributeError: 'Function' object attribute '__doc__' is read-onlyI'm getting the same error using fastai versions 2.8.5 and 2.8.8.
The only change I can see is in the compute event logs, my 'Compute is using release 18.3.6' compared to 18.3.5 yesterday.
yesterday
yesterday
Thank you for the reply Guy, I'm not actually sure whether the change is down to runtime version now - I've tried importing from fastai using various runtimes (18.2.9, 17.3.20, 19.6.3), using a node with or without GPU, and using an ML and a non-ML runtime.
I guess filing a support ticket is my best bet...
yesterday
Also, I couldn't find any other issues with the same problem with setting __doc__ on read-only built-in types in the fastcore issue tracker. If you found any, would you mind linking to them?
yesterday
This is what I was referring to:
https://github.com/AnswerDotAI/fastcore/issues/927
was your version pinned?
yesterday
Thanks for pointing to that issue, but I'm really not sure it's related to this error?
I pinned the fastai version to 2.8.5, which was the version that worked yesterday, and tried different runtimes. It didn't work for any of them, so not sure what the problem is here.