Skip to content

Fix asgiref conflict#107

Open
daaawx wants to merge 1 commit intoHermanMartinus:masterfrom
daaawx:patch-1
Open

Fix asgiref conflict#107
daaawx wants to merge 1 commit intoHermanMartinus:masterfrom
daaawx:patch-1

Conversation

@daaawx
Copy link
Copy Markdown

@daaawx daaawx commented Oct 11, 2021

Fix for the following dependency error:

ERROR: Cannot install -r requirements.txt (line 10) and asgiref==3.2.7 because these package versions have conflict
ing dependencies.

The conflict is caused by:
The user requested asgiref==3.2.7
django 3.1.13 depends on asgiref<4 and >=3.2.10

Fix for the following dependency error:
```
ERROR: Cannot install -r requirements.txt (line 10) and asgiref==3.2.7 because these package versions have conflict
ing dependencies.
```

The conflict is caused by:
    The user requested asgiref==3.2.7
    django 3.1.13 depends on asgiref<4 and >=3.2.10
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 this pull request may close these issues.

2 participants