[Errno 10013] error while attempting to bind on address ('::1', 8080, 0, 0)

hi @Vishal112,

I noticed that you created a new post for the same issue - please refrain from creating new posts for the same issue.

As mentioned before, it seems like the problem is on your system, most likely due to another process running on the same port or you might not have permission to run anything on that port (e.g., blocked by your firewall).

Did you try the instructions to confirm there is not another process running on the port?

Alternatively, did you try to run Prodigy on a different port? You can do this be prefixing your command as:

PRODIGY_PORT=1234 prodigy ner.manual

Did you also search Prodigy support for your problem as well? From a quick search, there are two posts where other users have reported the same problem (and it was a local port issue):