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.
Describe the bug
When running make setup, I get the following error
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/tallku/Repo/GarminDB/garmin_db_config_manager.py", line 12, in <module>
from utilities import DbParams
ImportError: cannot import name 'DbParams' from 'utilities' (unknown location)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/tallku/Repo/GarminDB/garmin_db_config_manager.py", line 12, in <module>
from utilities import DbParams
Expected behavior
A clear and concise description of what you expected to happen.
Logs
When running make bugreport, I get errors
Getting GarminDB version
Traceback (most recent call last):
File "garmin.py", line 27, in <module>
from import_garmin_activities import GarminJsonSummaryData, GarminJsonDetailsData, GarminTcxData, GarminActivitiesFitData
File "/Users/tallku/Repo/GarminDB/import_garmin_activities.py", line 17, in <module>
from garmin_db_tcx import GarminDbTcx
File "/Users/tallku/Repo/GarminDB/garmin_db_tcx.py", line 8, in <module>
from cached_property import cached_property
ModuleNotFoundError: No module named 'cached_property'
Zipping up bugreport.txt and logs
adding: bugreport.txt (deflated 26%)
Describe the bug When running
make setup
, I get the following errorExpected behavior A clear and concise description of what you expected to happen.
Logs When running
make bugreport
, I get errors