Hi All , did anyone deploy using python 3.11-alpin...
# docker
s
Hi All , did anyone deploy using python 3.11-alpine , I started doing it getting into one or other missing packages first at Meltano level then at tao and target level
e
You're probably missing some build dependencies that are needed to build some of Meltano's and plugin dependencies from source. Do you know which packages are missing?
p
My experience with alpine images is that pre-build manylinux wheels don’t work on alpine and python projects keep adding rust so you frequently need a fully functional rust toolchain in addition to a c compiler to build wheels from source
👍 2