Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-17 Thread Federico Capoano
Try downgrading netaddr to 0.8.0, I do not know where netaddr 0.9.0 is coming from. On Fri, 17 Nov 2023 at 14:40, Michele Salerno wrote: > Hi, > > i force update and i have this: > > ERROR: pip's dependency resolver does not currently take into account all the > packages that are installed.

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-17 Thread Michele Salerno
Hi, i force update and i have this: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. openwisp-controller 1.1a0 requires netaddr~=0.8.0, but you have netaddr 0.9.0

Re: [openwisp] ZeroTier Merged in the Development Version of OpenWISP

2023-11-17 Thread Federico Capoano
Verify that in the python virtualenv, the netdiff module has this file: https://github.com/openwisp/netdiff/blob/master/netdiff/parsers/zerotier.py with --force-reinstall --no-cache cd /opt/openwisp2 source bin/env/activate pip install --force-reinstall --no-cache