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.18k stars 142 forks source link

Importing DbParms #113

Closed Tall-KU-RideOn closed 3 years ago

Tall-KU-RideOn commented 3 years ago

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

image

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%)
Tall-KU-RideOn commented 3 years ago

@wmbaum @tcgoetz @Grimler91 - I am getting all types of errors when just simply running make setup. Does this use Python2.7? Or Python 3?

tcgoetz commented 3 years ago

Does this use Python2.7? Or Python 3?

3.x tested on 3.7.5