我是一个完全的初学者,但我在django-cookiecutter的帮助下使用Python / Django创建了一个小网站,包括部署到Heroku指令。我正在第一次将它部署到Heroku,但是,在运行setup.py install for django-appconf时,构建失败了,这表明它是由于Heroku已经拥有"六"包。
我收到的错误消息如下:
Running setup.py install for django-appconf: finished with status 'error'
Complete output from command /app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-tzjhtkga/django-appconf/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-y2i8uuc4-record/install-record.txt --single-version-externally-managed --compile --without-c-extensions:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option --without-c-extensions not recognized
----------------------------------------
Command "/app/.heroku/python/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-tzjhtkga/django-appconf/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-y2i8uuc4-record/install-record.txt --single-version-externally-managed --compile --without-c-extensions" failed with error code 1 in /tmp/pip-build-tzjhtkga/django-appconf/
! Hello! Your requirements.txt file contains the six package.
! This library is automatically installed by Heroku and shouldn't be in
! Your requirements.txt file. This can cause unexpected behavior.
! -- Much Love, Heroku.
! Push rejected, failed to compile Python app.
! Push failed
我确实有" Six" package / base.txt文件中单独列出的包,但我已经删除了这个。我确实在日志中进一步确定了django-appconf似乎产生了另一个请求" Six"包。我删除了这个也希望看看构建是否会通过,但它没有,但我发现了另一个" Six"从argon2:
中打包如下Collecting six (from argon2-cffi==18.1.0->-r
/tmp/build_f411039f49a317bf73319f22d11e792e/XXXXXXXXXX-
78bf146/requirements/base.txt (line 26))
Downloading six-1.11.0.tar.gz
我的简单网站目前没有使用任何形式的用户登录身份验证,但我仍然不愿意删除它。我知道这两个软件包都是标准的django-cookiecutter软件包,所以其他人都有同样的问题吗?
我使用的是Django 1.11和python 3.6。
感谢Alasdair的回复。我在阅读您的评论后收集了相关要求后,我正在查看该行" rcssmin == 1.0.6 --install-option =" - without-c-extensions& #34;"作为潜在的罪魁祸首?
需求文件内容:
wheel==0.30.0
django==1.11.9 # pyup: <2.0
# django-environ==0.4.4
whitenoise==3.3.1
django-crispy-forms==1.7.0
django-model-utils==3.1.1
Pillow==5.0.0
# argon2-cffi==18.1.0
django-allauth==0.34.0
awesome-slugify==1.6.5
pytz==2017.3
django-redis==4.8.0
redis==2.10.6
celery==3.1.25
rcssmin==1.0.6 --install-option="--without-c-extensions"
django-compressor==2.2
cookiecutter==1.6.0
coverage==4.4.2
decorator==4.2.1
defusedxml==0.5.0
django-appconf==1.0.2
django-bootstrap-datepicker==1.2.3
django-bower==5.2.0
django-coverage-plugin==1.5.0
django-debug-toolbar==1.9.1
django-extensions==1.9.9
django-test-plus==1.0.22
docutils==0.14
factory-boy==2.9.2
Faker==0.8.10
future==0.16.0
icalendar==4.0.0
idna==2.6
imagesize==0.7.1
invoke==0.22.0
ipdb==0.10.3
ipython==6.2.1
ipython-genutils==0.2.0
jedi==0.11.1
Jinja2==2.10
jinja2-time==0.2.0
kombu==3.0.37
MarkupSafe==1.0
oauthlib==2.0.6
olefile==0.44
parso==0.1.1
pickleshare==0.7.4
pluggy==0.6.0
poyo==0.4.1
prompt-toolkit==1.0.15
psycopg2==2.7.3.2
py==1.5.2
pycparser==2.18
Pygments==2.2.0
pytest==3.3.2
pytest-django==3.1.2
pytest-sugar==0.9.0
python-dateutil==2.6.1
python3-openid==3.1.0
regex==2018.1.10
requests==2.18.4
requests-oauthlib==0.8.0
rjsmin==1.0.12
simplegeneric==0.8.1
snowballstemmer==1.2.1
Sphinx==1.6.6
sphinxcontrib-websupport==1.0.1
sqlparse==0.2.4
termcolor==1.1.0
text-unidecode==1.1
traitlets==4.3.2
typing==3.6.2
Unidecode==0.4.21
urllib3==1.22
wcwidth==0.1.7
Werkzeug==0.14.1
whichcraft==0.4.1
wincertstore==0.2
更新:删除&#34; - install-option =&#34; - without-c-extensions&#34;&#34;来自rcssmin == 1.0.6的部分似乎已经清除了该特定错误,感谢您的帮助(我现在正在进行另一个问题:(希望对我没那么具有挑战性)。
答案 0 :(得分:0)
在Heroku中安装请求时,应删除 objMail = objOutlk.CreateItem(olMailItem) 'Email item
objMail.From = "my.address@mail.com"
objMail.To = "anaddress@mail.com"
objMail.subject = "My subject"
。
请注意,在Windows中安装要求时需要使用该选项。