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

[BUG] Cant install application #2893

Open
akash-258 opened this issue Mar 24, 2022 · 1 comment
Open

[BUG] Cant install application #2893

akash-258 opened this issue Mar 24, 2022 · 1 comment

Comments

@akash-258
Copy link

Describe the bug
After doing pip install swaglyrics, I get this error in red colour in terminal :

ERROR: swspotify 1.2.3 has requirement flask<3.0.0,>=2.0.1, but you'll have flask 1.1.2 which is incompatible.
And when executing swaglyrics -c, getting these errors

Traceback (most recent call last):
  File "/home/akash/.local/bin/swaglyrics", line 5, in <module>
    from swaglyrics.__main__ import main
  File "/home/akash/.local/lib/python3.8/site-packages/swaglyrics/__main__.py", line 11, in <module>
    from swaglyrics.tab import app
  File "/home/akash/.local/lib/python3.8/site-packages/swaglyrics/tab.py", line 4, in <module>
    from flask import Flask, render_template
  File "/home/akash/.local/lib/python3.8/site-packages/flask/__init__.py", line 19, in <module>
    from . import json
  File "/home/akash/.local/lib/python3.8/site-packages/flask/json/__init__.py", line 15, in <module>
    from itsdangerous import json as _json
ImportError: cannot import name 'json' from 'itsdangerous' (/home/akash/.local/lib/python3.8/site-packages/itsdangerous/__init__.py)

Desktop :

  • OS: Linux Mint 20.3 x86_64 based on Ubuntu 20.04
  • Kernel: 5.4.0-104-generic
  • Version 1.2.2
@aadibajpai
Copy link
Member

I am not sure what is the issue with the dependency resolution here but I will try to get this figured out soon.

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