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
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
The text was updated successfully, but these errors were encountered:
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 errorsDesktop :
The text was updated successfully, but these errors were encountered: