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
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 form make
To Reproduce
Steps to reproduce the behavior:
Clone from GitHub using SSH
Ensure make is on host
Run make 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 then make setup, I would get an error related to import fitfile
The text was updated successfully, but these errors were encountered:
yee-jonathan
changed the title
Make fails in version checking
Make fails in version checking on Ubuntu
Apr 8, 2024
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
The text was updated successfully, but these errors were encountered: