You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I initially had this problem but was solved by running the file garmindb_cli.py directly from the folder in which it is stored. I used pip to install GarminDb using python 3.12 on Windows 10 and consequently the garmindb_cli.py file was located on the filepath C:\Users\USERNAME\AppData\Local\Programs\Python\Python312\Scripts> replacing USERNAME with your own username.
So in terminal/command prompt simply enter cd C:\Users\USERNAME\AppData\Local\Programs\Python\Python312\Scripts and then you can execute the command given in the README for extracting data garmindb_cli.py --all --download --import --analyze
Now the file should be executed successfully assuming everything was installed correctly as instructed.
When using garmindb_cli.py --all --download --import --analyze --latest I get this error message:
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.
The text was updated successfully, but these errors were encountered: