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

ImportError: No module named garmindb #230

Open EinarOlsson opened 3 months ago

EinarOlsson commented 3 months ago

When using garmindb_cli.py --all --download --import --analyze --latest I get this error message:

Traceback (most recent call last):
  File "C:\Users\************\AppData\Local\Programs\Python\Python312\Scripts\garmindb_cli.py", line 22, in <module>
    from garmindb import python_version_check, log_version, format_version
ImportError: No module named garmindb

I used "pip install garmindb" to install GarminDB, found the "Python312\Lib\site-packages\garmindb" folder and pasted my modified GarminConnectConfig.json, so I went to the next step which is using "garmindb_cli.py --all --download --import --analyze" and I get this error no matter what.

Sorry if it's something dumb, I have little knowledge on this matter.