Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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:

mplb_0-1743409013272.png

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

1 3 323
3 REPLIES 3

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!