You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
I'm trying to run the taxi example notebook and am hitting an error on the first import import beaver_sdk
I see that beaver_sdk isn't referenced in requirements.txt -- should it be?
I tried to import the module locally via
import sys
sys.path.append('../../')
(and some variants, like appending beaver_sdk), but then the cell says that that package has no classes in it, which is odd.
Any ideas on the right way to import and get things up and running?
I'm trying to run the taxi example notebook and am hitting an error on the first import
import beaver_sdkI see that
beaver_sdkisn't referenced inrequirements.txt-- should it be?I tried to import the module locally via
(and some variants, like appending
beaver_sdk), but then the cell says that that package has no classes in it, which is odd.Any ideas on the right way to import and get things up and running?