You can’t open a port below 1024, if you don’t have root privileges and from the code you posted in your comment, you seem to be trying to open port 100
which confirms my theory.
You need to use a port which is higher than 1024, if you’re running the code under a non-root user.