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

OUTDATED #15

Open
ChristianGerlin opened this issue Nov 18, 2023 · 2 comments · Fixed by #16
Open

OUTDATED #15

ChristianGerlin opened this issue Nov 18, 2023 · 2 comments · Fixed by #16

Comments

@ChristianGerlin
Copy link

This repository is probably outdated. Thanks for the dev for creating it and uploading it to GitHub!

Trying to login gives the following errors:
'Traceback (most recent call last):
File "/home/christian/gits/strava-cli/./strava-cli.py", line 3, in
import auth
File "/home/christian/gits/strava-cli/auth.py", line 5, in
from flask import Flask, redirect, request, abort
File "/home/christian/.local/lib/python3.11/site-packages/flask/init.py", line 14, in
from jinja2 import escape
ImportError: cannot import name 'escape' from 'jinja2' (/home/christian/.local/lib/python3.11/site-packages/jinja2/init.py)'

@lorenzobenvenuti
Copy link
Owner

For some reason Flask 1.1.2 is installing incompatible versions of transitive dependencies; I'll try to bump everything to the latest versions at some point, but for now I've just pinned transitive dependencies to an older version. I've tried to run the application on a fresh virtual environment and it seems to work.

Thanks,

lorenzo

@lorenzobenvenuti lorenzobenvenuti linked a pull request Nov 18, 2023 that will close this issue
@ChristianGerlin
Copy link
Author

Wow this was quick! Thanks.

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

Successfully merging a pull request may close this issue.

2 participants