Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make fails in version checking on Ubuntu #226

Open
yee-jonathan opened this issue Apr 8, 2024 · 1 comment
Open

Make fails in version checking on Ubuntu #226

yee-jonathan opened this issue Apr 8, 2024 · 1 comment

Comments

@yee-jonathan
Copy link

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:

  1. Clone from GitHub using SSH
  2. Ensure make is on host
  3. Run make setup

Expected behavior
A clear and concise description of what you expected to happen.

Logs
Screenshot 2024-04-08 153230

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

Screenshot 2024-04-08 153825

@yee-jonathan yee-jonathan changed the title Make fails in version checking Make fails in version checking on Ubuntu Apr 8, 2024
@projectHolsey
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants