Hey, I am trying to use
v = pptk.viewer(points)
for i in range (100):
points = updates_points(points)
v.clear()
v.load(points)
...
but I am getting the next error ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it.
I already disabled my firewall but it doesn't help.
I installed the package with pip install on anaconda env.
what can I do?