vchaptsev / cookiecutter-django-vue

Cookiecutter Django Vue is a template for Django-Vue projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicit parso dependency in backend requirements.txt breaking build

h-joshi opened this issue · comments

Remove explicit parso dependency from requirements.txt. Installing jedi will install the appropriate parso dependency

#7 18.82 ERROR: Cannot install -r ./requirements.txt (line 20) and parso==0.8.0 because these package versions have conflicting dependencies.
#7 18.82
#7 18.82 The conflict is caused by:
#7 18.82     The user requested parso==0.8.0
#7 18.82     jedi 0.17.2 depends on parso<0.8.0 and >=0.7.0
#7 18.82
#7 18.82 To fix this you could try to:
#7 18.82 1. loosen the range of package versions you've specified
#7 18.82 2. remove package versions to allow pip attempt to solve the dependency conflict
#7 18.82
#7 18.82 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Removed it, thanks!