Unable to run Prodigy in window 10

I have installed Prodigy in my window using pip from my local wheels:

  • pip install prodigy -f C:\Users\Users\NER\Prodigy\ProdigyForWindows\windows

and it was Successfully installed.
But when i try to launch it using:

!python -m prodigy ner.manual ner_news_headlines blank:en C:\Users\Users\Prodigy_Annotation\news_headlines.jsonl --label PERSON,ORG,PRODUCT,LOCATION

Results:
Using 4 label(s): PERSON, ORG, PRODUCT, LOCATION [*] Starting the web server at http://localhost:8080 ... Open the app in your browser and start annotating!
ERROR: [Errno 10013] error while attempting to bind on address ('::1', 8080, 0, 0): an attempt was made to access a socket in a way forbidden by its access permissions

and when i it in my local: with http://localhost:8080/
I get this:
ErrorNumber: 76
ErrorDesc: Path not found
ErrorSource: Microsoft VBScript runtime error
ErrorLineNum: 25

Any idea about these errors?

Thank you,

Hi! Based on the error message, it sounds like you already have something else running on port 8080? Maybe double-check if you can terminate the process running on the port, or set a different port in your prodigy.json. See this thread for some example commands: c# - An attempt was made to access a socket in a way forbidden by its access permissions. Why? - Stack Overflow