[06:36:51] <vadi277> How do I understand this message? "ERROR: mlprimitives 0.3.0 has requirement featuretools<0.23,>=0.6.1, but you'll have featuretools 0.23.3 which is incompatible."
[06:37:29] <vadi277> featuretools 0.23 is greater than 0.6.1, yes... so what's wrong with 0.23.3 and why is it incompatible?
[14:09:44] <toad_polo> I assume it's the `<0.23` part that's the problem.
[14:11:50] <toad_polo> Based on the`setup.py` of `mlprimitives`, I assume it's one of those projects that adds unnecessary version caps, even when there is no known problem with higher versions.
[14:12:05] <toad_polo> You may want to implore them to stop doing this.
[15:51:11] <Joel> using alpine:3 - RUN echo 'http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories - RUN apk add -U py3-pip - I end up with an error: importlib.metadata.PackageNotFoundError: pip - Thoughts on what the heck I'm doing wrong? better place to ask?
[16:43:27] <pradyunsg> Joel: the package maintainers of whichever the Linux distro serves as the base of that image.
[16:44:19] <pradyunsg> #alpine-linux might be a good place too.
[16:44:39] <pradyunsg> toad_polo: that person went offline before you answered. 😅