Disable install checks for a python package

You did the right thing for pytensor. You missed another module that uses tensorflow-probability:

  numpyro = super.numpyro.overrideAttrs { doInstallCheck = false; };

(The oft-maligned --show-trace output would have shown you this.)

3 Likes