Skip to content

ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it #60

@RoyAmoyal

Description

@RoyAmoyal

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions