安装pyusb时出错

发布于 2024-12-02 00:08:52 字数 176 浏览 2 评论 0原文

我已经下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

信愁 2024-12-09 00:08:52

您需要安装 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文