Kevyn Kelso

Results 2 comments of Kevyn Kelso

I'm having the exact same issue with a `ws` scheme versus a `wss` scheme. wss works fine for me, but the library seems to reject ws connections. -Edit: So I...

It seems libusb1 version 1.7 has a compatibility issue with python 2.7. However, for me this was not the case with libusb1==1.7.1. Try running `pip install libusb1==1.7.1`, then try `pip...