Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] paho-mqtt support python version

on an amd64 ubuntu 20.04 workstation:

fractal% python -V
Python 3.8.5
fractal% pip3 list | grep paho
paho-mqtt                     1.5.1                /home/peter/Projects/paho.mqtt.python/src
fractal%

my paho is cloned from github and has manual ack feature (a pending pull request)
work fine.


On Thu, Apr 8, 2021 at 3:56 AM SylviaChen <sylviachen@xxxxxxxxxxxx> wrote:

Thank you for your reply.
Yes, I use sudo pip3 install paho-mqtt

Andy Piper 於 2021/4/8 下午 03:42 寫道:
I've certainly been able to install paho-mqtt 1.5.1 on Python 3.7.3 (current Raspberry Pi OS); I have not tried on 3.7.9. How are you installing it - pip3 install?

On Thu, Apr 8, 2021 at 8:24 AM SylviaChen <sylviachen@xxxxxxxxxxxx> wrote:

Hi~

I can't install paho-mqtt with the python version 3.7.9

The pypi website said that: It supports Python 2.7.9+ or 3.5+.

Is anyone have tried using paho-mqtt in Python 3.7.9+ ?

-- 
Best Regards
Sylvia
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev


--
Andy Piper | Kingston upon Thames, London (UK)
about: https://about.me/andypiper  | twitter: @andypiper 

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev
-- 
Best Regards
晶相光電股份有限公司
陳彥廷  (Sylvia Chen)
Tel: 03-5678986 ext.8904  Fax: 03-5678982
E-mail:sylviachen@xxxxxxxxxxxx
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/paho-dev

Back to the top