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

Failure to run after install #7

Open
clach04 opened this issue Feb 9, 2024 · 1 comment · May be fixed by #9
Open

Failure to run after install #7

clach04 opened this issue Feb 9, 2024 · 1 comment · May be fixed by #9

Comments

@clach04
Copy link

clach04 commented Feb 9, 2024

setup.py requirements are too greedy and pull in version that are incompatible with current code:

AttributeError: module 'flask.json' has no attribute 'JSONEncoder'

ImportError: cannot import name 'url_quote' from 'werkzeug.urls' 

ImportError: cannot import name 'escape' from 'jinja2' 

ImportError: cannot import name 'json' from 'itsdangerous'

AttributeError: module 'sqlalchemy' has no attribute '__all__'. Did you mean: '__file__'?

SQLalchemy error is likely another manifestation of #6 (i.e. incompatible with SQLalchemy version 2.x).

@clach04 clach04 linked a pull request Feb 9, 2024 that will close this issue
@clach04
Copy link
Author

clach04 commented Feb 9, 2024

Opened PR #9

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.

1 participant