Django项目“ pip install -r requirements.txt”错误

时间:2020-04-26 23:27:15

标签: python django

我有一个require.txt,看起来像这样:

appdirs==1.4.3
asn1crypto==1.1.0
astroid==2.3.1
attrs==19.2.0
black==19.3b0
cffi==1.12.3
Click==7.0
colorama==0.4.1
cryptography==2.7
dj-database-url==0.5.0
Django==3.0.4
django-heroku==0.3.1
django-rest-knox==4.1.0
djangorestframework==3.10.3
gunicorn==19.9.0
isort==4.3.21
lazy-object-proxy==1.4.2
mccabe==0.6.1
psycopg2==2.8.3
pycparser==2.19
pylint==2.4.2
pytz==2019.3
six==1.12.0
sqlparse==0.3.0
toml==0.10.0
typed-ast==1.4.0
whitenoise==4.1.4
wrapt==1.11.2

我在激活virtualenv之后尝试安装要求,但这给了我这个错误error

我注意到最后,它说“需要Microsoft Visual C ++ 14.0”。我需要安装Visual C ++还是这里的解决方案?

0 个答案:

没有答案