尝试安装 azure-iothub-device-client 时出现错误 404
error 404 trying to install azure-iothub-device-client
大家好,我正在尝试将我的 Raspberry pi 3 连接到 Azure 物联网中心。
我使用 Python 3.8 的 Scrip,这里出现了问题
Python 使用这个库“azure-iot-hub”将设备连接到 Azure 物联网
当我安装库时 link 不工作
我已经尝试了几个来自 pip 的 links 但它无法安装,我总是遇到同样的问题:
$s sudo pip install azure-iothub-device-client
在索引中查找:https://pypi.org/simple, https://www.piwheels.org/simpl
收集 azure-iothub-device-client
由于 EnvironmentError 无法安装包:404 客户端错误:找不到 url:https://pypi.org/simple/azure-iothub-device-client/
enter image description here
azure-iothub-device-client 是一个已弃用的库,不会更新。您应该改用 azure-iot-device。
引用Link:
大家好,我正在尝试将我的 Raspberry pi 3 连接到 Azure 物联网中心。 我使用 Python 3.8 的 Scrip,这里出现了问题
Python 使用这个库“azure-iot-hub”将设备连接到 Azure 物联网
当我安装库时 link 不工作 我已经尝试了几个来自 pip 的 links 但它无法安装,我总是遇到同样的问题:
$s sudo pip install azure-iothub-device-client
在索引中查找:https://pypi.org/simple, https://www.piwheels.org/simpl 收集 azure-iothub-device-client 由于 EnvironmentError 无法安装包:404 客户端错误:找不到 url:https://pypi.org/simple/azure-iothub-device-client/
enter image description here
azure-iothub-device-client 是一个已弃用的库,不会更新。您应该改用 azure-iot-device。
引用Link: