Open yee-jonathan opened 7 months ago
For whomever maintains this - Line 32 .GarminDB/garmindb/version.py Left an additional parameter ('verbose') in the function call.
Line 72 in Makefile - the line 'python' doesn't work when the alias for the python exe is 'python3' - default for ubuntu.
Describe the bug When making from Source on a freshly installed Ubuntu instance, running into an error where python cannot see functions imported from garmindb.version. Commenting out the version check allows the install to proceed. This is after installing
build-essentials
, which allows formmake
To Reproduce Steps to reproduce the behavior:
make
is on hostmake setup
Expected behavior A clear and concise description of what you expected to happen.
Logs
Additional context I initially thought the import was erroring due to the virtual environment not activating. When running
source .venv/bin/activate
thenmake setup
, I would get an error related toimport fitfile