-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
It does not seems like it is possible to install the ortools on Alpine.
Is it possible to add support for that?
FROM python:3-alpine
RUN pip install ortools
Step 2/2 : RUN pip install ortools
---> Running in 2cf3452ad8a8
Collecting ortools
Could not find a version that satisfies the requirement ortools (from versions: )
No matching distribution found for ortools
The command '/bin/sh -c pip install ortools' returned a non-zero code: 1
Ugzuzg, leonfs, marzetas, dalberto, kasaiee and 1 more