Muhammad Sohaib Arshid

Results 37 comments of Muhammad Sohaib Arshid

Same issue, can someone report what is the issue here?

I volunteer to look into this and try fixing this issue. Is that okay?

Have you tried initializing the mqtt.Client class and passing the MQTTv5 as the init argument? Adding the following line of code to the __init___ function might be able to specify...

Of course it does not work because it is `mqtt.Client.__init__()` How I have done in my application is something like this ``` class MyClient (mqtt.Client): def __init__(self): mqtt.Client.__init__(self, protocol=MQTTv5) ```

Did you figure this problem out? Would like to have some pointers because I am also facing this issue

@cartertinney @PaulFaguet pip install ndg-httpsclient pip install pyopenssl pip install pyasn1 This helped solve my issue. I was experiencing this issue before but after I installed the packages, I did...

Hello, I am also facing the same problem. As you said to switch to tensorflow, I tried that too but when I use TF backend I get the error `Traceback...

I can look into this and create a pull request for this as well. Do you think I should go ahead with it?

Thank you so much :) Okay I will work on it and create a pull request.

If this issue is still open, I would like to work on this issue and it via a PR request