问题标签 [raspbian-buster]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - PIP 在树莓派上安装 uamqp
我在尝试使用图像 python:3.10.1-buster 在 RaspberryPi 上运行的 Docker 容器上安装包 azure-eventhub 时遇到问题。问题(据我所知)不在于 azure-eventhub 包,而是依赖于 uamqp 之一。
我的 Dockerfile(它的一部分)看起来像这样:
我也尝试将其添加到我的 Dockerfile 中,但没有任何区别:
然后我得到的错误是:
有谁之前经历过这个吗?是否可以在 RaspberryPi 上运行 uamqp?- 看这里应该是可能的 - https://pypi.org/project/uamqp/。由于我对 pip 的理解非常有限,应该存在 Buster 的 .whl 并且不需要从源代码构建它?
完整的错误信息是:
先感谢您 :)