-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 docker-compose up -d 一键启动时报错 #99
Comments
我也是,直接改写Dockerfile,在里面upgrade pip就可以了 |
build/temp.linux-x86_64-3.5/_openssl.c:50709:10: warning: implicit declaration of function 'i2d_re_X509_REQ_tbs' [-Wimplicit-function-declaration]
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-jkuv4dbr/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-chxc6wdv-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-jkuv4dbr/cryptography/ |
@xiaozhaha |
谢谢大佬,用了你的建议,完美解决,后续的兄弟可以参考下。 |
为什么还是报错 |
各位前辈们好,一键安装时,好像报的是pip版本警告,但最后会出现error,求解答
The text was updated successfully, but these errors were encountered: