安装pyusb时出错
我已经下载了 pysb 1.0 alpha,当尝试使用此命令( python setup.py install )安装它时,出现此错误:
error package directory 'usb' does not exist .
我能做什么?
谢谢 。
I have downloaded pysb 1.0 alpha and when in try to install it with this command ( python setup.py install) get this error:
error package directory 'usb' does not exist .
What can i do ?
Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装 python(v2.5 或更高版本)。如果已经完成,您可以将 usb 文件夹从 pyusb 复制到文件夹 ..../python2x/lib/
我认为应该可以。假设您使用的是 Windows。
You need to have python installed (v2.5 or higher). If already done, you can copy the usb folder from pyusb to the folder ..../python2x/lib/
I think that should work. Assuming you're using windows.