我尝试了此链接,但在 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,所以请做出相应的回应。