os-climate / aicoe-osc-demo

This repository is the central location for the demos the ET data science team is developing within the OS-Climate project. This demo shows how to use the tools provided by Open Data Hub (ODH) running on the Operate First cluster to perform ETL, create training and inference pipelines.
Apache License 2.0
10 stars 24 forks source link

No module named "osc_ingest_trino" error #220

Closed suppathak closed 1 year ago

suppathak commented 1 year ago

Describe the bug ModuleNotFoundError: No module named 'osc_ingest_trino'

To Reproduce Run the notebook, create_table

Expected behavior Run without error

Screenshots Screenshot from 2022-10-25 15-52-23

MichaelTiemannOSC commented 1 year ago

If you haven't sorted this yet, the fix is to pip install osc-ingest-tools. Then you can load the library. How you manage your requirements.txt to provide for this (or other mechanisms for doing so) is up to you!

https://pypi.org/project/osc-ingest-tools/