Hi, I would like to run DepthAI-Viewer in my Windows environment. After installing the latest depthai-viewer from depthai-viewer-releases, I ran depthai-viewer from PowerShell and encountered the following error:

OSError: [Errno 10048] error while attempting to bind on address ('127.0.0.1', 9001): only one usage of each socket address (protocol/network address/port) is normally permitted

I created the Python virtual environment following the official documentation and used Python 3.8.20.

What would be the problem? Thank you

    jeffrymahbuubi
    Run viewer with depthai-viewer --port <port>. Looks like 9001 is already used by some process; though the default viewer port should be 9876

    Thanks,
    Jaka