xpleaf / Blog_mini

An Open Source Blog System that developed with Flask.
Other
983 stars 471 forks source link

Double requirement given: gunicorn #6

Closed yarving closed 8 years ago

yarving commented 8 years ago

运行pip install -r requirements.txt时报错:

Double requirement given: gunicorn==19.4.5 (from -r requirements.txt (line 2)) (already in gunicorn==19.4.5 (from -r requirements/common.txt (line 17)), name='gunicorn')

查看了下是requirements.txt和requirements/common.txt都定义了gunicorn

xpleaf commented 8 years ago

直接使用:pip install -r requirements/common.txt就可以了