ufownl / alpr_utils

ALPR model in unconstrained scenarios for Chinese license plates
GNU General Public License v3.0
168 stars 49 forks source link

Permission error #23

Closed rscgg37248 closed 2 years ago

rscgg37248 commented 2 years ago

Hi,when I run server.py:

File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind self.socket.bind(self.server_address) PermissionError: [Errno 13] Permission denied

Any idea on how to resolve this problem?thanks

ufownl commented 2 years ago

Hi @rscgg37248 , the default port number of server.py is 80, it requires root permission. So you could try to run it via sudo, or change the port number via --port parameter.