-
-
Notifications
You must be signed in to change notification settings - Fork 416
Description
-
I am on the latest Pendulum version.
-
I have searched the issues of this repo and believe that this is not a duplicate.
-
Alpine 3.11 in Docker
-
Pendulum 2.1.0
Issue
I get an error about PEP 517 when trying to install Pendulum. The following Dockerfile (run with docker build .) reproduces the issue.
The error is ERROR: Could not build wheels for pendulum which use PEP 517 and cannot be installed directly
FROM python:3.7-alpine3.11
RUN apk update \
&& apk add gcc musl-dev python3-dev py3-setuptools libffi libffi-dev openssl-dev \
&& pip3 install pendulum==2.1.0
adrianschmidt, swenzel, jorjun, dmtanner, davegallant and 13 more
Metadata
Metadata
Assignees
Labels
No labels