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

Installation fails due to conflicting asgiref version #5

Open
NeolithEra opened this issue May 29, 2020 · 2 comments
Open

Installation fails due to conflicting asgiref version #5

NeolithEra opened this issue May 29, 2020 · 2 comments

Comments

@NeolithEra
Copy link

NeolithEra commented May 29, 2020

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

@NeolithEra
Copy link
Author

Solution

  1. Loosen the version range of _ channels_ to be >=1.1.8.
    @pztrick
    May I pull a request to solve this issue?

@NeolithEra
Copy link
Author

@pztrick,Could you help me review this issue? Thx :p

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

1 participant