I don't suppose you've come across the this error which crops up when running the following cells. I've been trying to adapt the Fastai Pets classification notebook to a regression problem where the model outputs a Fastai ImagePoints object.

hi @HenryDashwood, it looks like an issue with BentoML and the click package. BentoML currently does not specify a version requirement for click and I think you might have an older version of click installed. Could you try pip install -U click and try again? I will do some investigation and add a minimum version requirement for click on the BentoML side.
If you still see the error, would be great if you could share your python version, BentoML version, and pip freeze output.
Nice. That did indeed work. Thanks for such a swift reply!
Great to know! Thanks again for reporting the issue @HenryDashwood, I will follow up with a PR that enforces a minimum click version check.
Most helpful comment
hi @HenryDashwood, it looks like an issue with BentoML and the click package. BentoML currently does not specify a version requirement for click and I think you might have an older version of click installed. Could you try
pip install -U clickand try again? I will do some investigation and add a minimum version requirement for click on the BentoML side.If you still see the error, would be great if you could share your python version, BentoML version, and
pip freezeoutput.