Re: [Owfs-developers] Installing pyownet

2019-10-27 Thread Mick Sulley
But that webpage says - To install pyownet: $ pip install pyownet On 27/10/2019 17:09, Martin Patzak wrote: No, pyownet is not part of ownet. Type "man ownet" pyownet has to be installed through pypi maybe you find more info here: https://github.com/miccoli/pyownet On 27.10.19 14:54, Mi

Re: [Owfs-developers] Installing pyownet

2019-10-27 Thread Mick Sulley
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/proj

Re: [Owfs-developers] Installing pyownet

2019-10-27 Thread Matthias Urlichs via Owfs-developers
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 repor

Re: [Owfs-developers] Installing pyownet

2019-10-27 Thread Stefano Miccoli via Owfs-developers
pyownet is only on pypi, not on debian: you have to use the virtualenv method. S. > On 27 Oct 2019, at 01:01, Mick Sulley wrote: > > I have a problem with that. I removed pyownet with > > sudo pip3 uninstall pyownet > > then I reinstalled with > > sudo apt install pyownet > > but t