Closed dvu4 closed 1 year ago
Hi @dvu4, thank for your feedback. Is the docker for arm linux, since I am seeing linux-aarch64
in the logs?
@kashifkhan, yes the docker is for arm linux
@dvu4 unfortunately uamqp
is not supported on the ARM platform. and thats why its not building. If you are able to switch over to x86 then the instructions from the other issue will apply. A debian based image x86 would not need the compilation step.
My team is currently working to replace uamqp with a pure python implementation which will remove the need for compilation but that is a few months away.
Hi @dvu4. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text “/unresolve
” to remove the “issue-addressed” label and continue the conversation.
Hi @dvu4, since you haven’t asked that we “/unresolve
” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve
” to reopen the issue.
I am currently working on
python:3.9-slim
docker image and trying to install a private python package from Azure DevOps Artifacts feed which is usingazure-servicebus
andazure-data-tables
, and I got the following error. I followed the instruction in the issue #27902 but did not succeed. Could you help me to resolve this issue ?