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
Hi, users are unable to run television due to dependency conflict with asgiref package. As shown in the following full dependency graph of television , channels requires **asgiref <2,>=1.1 **,while django >=1.11 * requires *asgiref =3.2. **.
According to pip’s “first found wins” installation strategy, asgiref 3.2.7 is the actually installed version. However, asgiref 3.2.7 does not satisfy asgiref<2,>=1.1.
Dependency tree-----------
television - 0.1.1
| +- channels(install version:1.1.8 version range:==1.1.8)
| | +- asgiref(install version:1.1.2 version range:<2,>=1.1)
| | | +- six(install version:1.14.0 version range:*)
| | +- daphne(install version:1.4.2 version range:<2,>=1.3)
| | | +- asgiref(install version:1.1.2 version range:<2,>=1.1)
| | | | +- six(install version:1.14.0 version range:*)
| | | +- autobahn(install version:20.4.2 version range:>=0.18)
| | | +- twisted(install version:20.3.0 version range:>=17.1)
| | +- django(install version:3.0.5 version range:>=1.8)
| | | +- asgiref (install version:3.2.7 version range:=3.2.*)
| | | +- pytz(install version:2019.3 version range:*)
| | | +- sqlparse (install version:0.3.1 version range:>=0.2.2)
| +- django(install version:3.0.5 version range:>=1.11)
| | +- asgiref (install version: 3.2.7 version range:=3.2.*)
| | +- pytz(install version:2019.3 version range:*)
| | +- sqlparse (install version:0.3.1 version range:>=0.2.2)
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered:
Hi, users are unable to run television due to dependency conflict with asgiref package. As shown in the following full dependency graph of television , channels requires **asgiref <2,>=1.1 **,while django >=1.11 * requires *asgiref =3.2. **.
According to pip’s “first found wins” installation strategy, asgiref 3.2.7 is the actually installed version. However, asgiref 3.2.7 does not satisfy asgiref<2,>=1.1.
Dependency tree-----------
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: