gpt4 book ai didi

ubuntu - 如何在 ubuntu 上安装 pyusb?

转载 作者:行者123 更新时间:2023-12-04 18:23:26 26 4
gpt4 key购买 nike

我试过 this link ,但在 shell 上收到以下消息:

sudo apt-get install python-pip :

vineet@vineet:~$ sudo pip install --upgrade pyusb
Downloading/unpacking pyusb
Could not find a version that satisfies the requirement pyusb
(from versions: 1.0.0a2, 1.0.0a2, 1.0.0a3, 1.0.0a3, 1.0.0b1)
Cleaning up...
No distributions matching the version for pyusb
Storing complete log in /home/vineet/.pip/pip.log

我想使用用python编写的pyusb 1.0(或更高版本,如果它存在(我是新手))。我还需要 libusb 来运行 pyusb 吗?请告诉我如何下载它!我在这两种情况下都尝试过失败。我使用的是 Ubuntu 13.10,所以请做出相应的回应。

最佳答案

使用--pre

pip install --pre pyusb

--pre 标志告诉 pip 安装预发布版本,因为 pyusb 尚未达到稳定版本 (1.0.0b2 = beta2)。

更新:PyUSB 现已稳定,您可以简单地使用 pip install pyusb 进行安装。

关于ubuntu - 如何在 ubuntu 上安装 pyusb?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22049399/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com