From: Mick S. <mi...@su...> - 2019-10-27 13:54:53
|
I am confused. pyownet seems to be working with Python3 for me if I install it as sudo pip3 install pyownet that is unless there are some features of it that I have not used. Is pyownet included within python3-ownet, or have i misunderstood that? Also on the pypi site https://pypi.org/project/pyownet/ it says that Python3 is fully supported and to install it use 'pip install pyownet' I have looked for asyncowfs and cannot find it anywhere. Can you point me to a web page please? Thanks Mick On 27/10/2019 10:26, Matthias Urlichs via Owfs-developers wrote: > Hi, >> Debian: "sudo apt install python3-ownet" (or the GUI equivalent). > Having just done that … > > (a) the module is named "ownet" not "pyownet" > > (b) This module doesn't work with python3. Like, at all. I have created > https://github.com/owfs/owfs/pull/44 to (barely) fix that, and I sent a > bug report to Debian which should eventually show up on > https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=python3-ownet . > > Personally I use asyncowfs … > |