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 .

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top