tcgoetz/GarminDB

cannot import name 'Graph' from 'garmindb'

joapim1 opened this issue · 1 comments

Running the jupyter notebook summary fails.

There seems like there is no file named Graph in garmindb. All the other jupyter notebooks work fine.

To Reproduce

  1. Open the jupyter notebook named summary
  2. Run the code
  3. Fails with the import error: cannot import name 'Graph' from 'garmindb' (C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\garmindb_init_.py)

The fix is on the develop branch.