No Module Named bq_stats

I’m using the new instances of the vertex notebooks. When attempting to run the scheduled jobs I get this message:

I’ve tried pip installing that module but it can’t be found/says it’s already installed.

3 Likes

The same issue, any suggestions how to solve it?

Currently have a support ticket open with google they’ve suggested following:

import sys
!{sys.executable} -m pip install --quiet --user bq_stats

New Cell
import bq_stats

rest of imports here

New Cell

Code here

This didn’t work for me but may for you?

Same issue here, I’m interested in a solution if you have one!