美文网首页
使用apline镜像安装python包的坑

使用apline镜像安装python包的坑

作者: AaronZgl | 来源:发表于2019-06-14 11:07 被阅读0次

1.pip install lxml 失败

解决办法:

RUN apk add --no-cache gcc musl-dev libxslt-dev

2.pip install cffi 失败

解决办法:

RUN apk add --no-cache libffi-dev

3.pip install cryptography 失败

解决办法:

RUN apk add --no-cache libressl-dev

相关文章

网友评论

      本文标题:使用apline镜像安装python包的坑

      本文链接:https://www.haomeiwen.com/subject/xydufctx.html