You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi getting error: ERROR: unsatisfiable constraints: python-dev (missing):
D:\AutoIntelli\FULLPROJECTS\ttest\django-keycloak\example>docker-compose up
Building resource-provider
Step 1/9 : FROM python:3-alpine
---> 8ecf5a48c789
Step 2/9 : RUN apk update && apk add git openssl-dev libffi-dev python-dev build-base
---> Running in 0df78aec1fd1
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
v3.12.0-62-g93f2914ceb [http://dl-cdn.alpinelinux.org/alpine/v3.12/main]
v3.12.0-63-g75ce628cc6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community]
OK: 12733 distinct packages available
ERROR: unsatisfiable constraints:
python-dev (missing):
required by: world[python-dev]
ERROR: Service 'resource-provider' failed to build: The command '/bin/sh -c apk update && apk add git openssl-dev libffi-dev python-dev build-base' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
rkpip3
changed the title
TypeError: object() takes no parameters, please help me with this.
ERROR: unsatisfiable constraints: python-dev (missing):
Jun 12, 2020
Hi getting error: ERROR: unsatisfiable constraints: python-dev (missing):
D:\AutoIntelli\FULLPROJECTS\ttest\django-keycloak\example>docker-compose up
Building resource-provider
Step 1/9 : FROM python:3-alpine
---> 8ecf5a48c789
Step 2/9 : RUN apk update && apk add git openssl-dev libffi-dev python-dev build-base
---> Running in 0df78aec1fd1
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
v3.12.0-62-g93f2914ceb [http://dl-cdn.alpinelinux.org/alpine/v3.12/main]
v3.12.0-63-g75ce628cc6 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community]
OK: 12733 distinct packages available
ERROR: unsatisfiable constraints:
python-dev (missing):
required by: world[python-dev]
ERROR: Service 'resource-provider' failed to build: The command '/bin/sh -c apk update && apk add git openssl-dev libffi-dev python-dev build-base' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: