问题标签 [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.

0 投票
1 回答
75 浏览

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 并且不需要从源代码构建它?

完整的错误信息是:

先感谢您 :)

0 投票
0 回答
12 浏览

raspberry-pi4 - 我无法在树莓派 4 上导入 RPIO 库

我正在使用树莓派 4,我正在尝试导入库 RPIO,但是当我得到这个错误时: 在此处输入图像描述

我在其他网站上看到了同样的问题,但是那里使用的树莓派是树莓派 2。我尝试了他们的一些建议,但没有奏效。