tcgoetz / GarminDB

Download and parse data from Garmin Connect or a Garmin watch, FitBit CSV, and MS Health CSV files into and analyze data in Sqlite serverless databases with Jupyter notebooks.
GNU General Public License v2.0
1.1k stars 138 forks source link

cannot import name 'Graph' from 'garmindb' #211

Closed joapim1 closed 10 months ago

joapim1 commented 10 months ago

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)
tcgoetz commented 10 months ago

The fix is on the develop branch.