Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue running taxis example notebook #21

Open
DABH opened this issue Mar 25, 2024 · 0 comments
Open

Issue running taxis example notebook #21

DABH opened this issue Mar 25, 2024 · 0 comments

Comments

@DABH
Copy link

DABH commented Mar 25, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant