Paramiko: ERROR: Could not build wheels for cryptography, pynacl which use PEP 517 and cannot be installed directly

Created on 18 Dec 2019  路  2Comments  路  Source: paramiko/paramiko

I wanted to install paramiko in my docker container (using image python:3.7-alpine) and I can't do it.

image

I would like to add that locally I can install paramiko normally.
Can somebody told me how I can use paramiko in docker?

Most helpful comment

It depends on the base docker image you are using. It looks like you need to apt-get install make or apk add make or equivalent for that distro image (and then possibly more stuff).

All 2 comments

It depends on the base docker image you are using. It looks like you need to apt-get install make or apk add make or equivalent for that distro image (and then possibly more stuff).

@ploxiln you're right, thanks :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jacky15 picture jacky15  路  5Comments

olehermanse picture olehermanse  路  3Comments

ShaneC-C-Y picture ShaneC-C-Y  路  3Comments

plegrand1 picture plegrand1  路  4Comments

MrMino picture MrMino  路  5Comments