【发布时间】:2015-09-22 21:29:29
【问题描述】:
当我尝试使用 python3 -m pip install bcrypt 安装 bcrypt 时,
我明白了:
`Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip-build-vhc0qtab/bcrypt/setup.py';exec(compile(getattr (tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec '))" install --record /tmp/pip-v9cb4je7-record/install-record.txt --single-version-externally-managed --compile --user 失败,错误代码 1 在 /tmp/pip-build- vhc0qtab/bcrypt 在 /home/vkristof/.pip/pip.log 中存储失败的调试日志
调试日志:
【问题讨论】:
-
谢谢,它有效。您应该将其发布为答案。
标签: python python-3.x pip installation