mmz-001 / knowledge_gpt

Accurate answers and instant citations for your documents.
https://knowledgegpt.streamlit.app/
MIT License
1.58k stars 729 forks source link

OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions #13

Closed stevevaius2015 closed 1 year ago

stevevaius2015 commented 1 year ago

After tried to install your app locally I encountered this error on command line OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions How can I fix this issue to run locally? I tried to disable Antivirus as suggested on stackoverflow but no success

mmz-001 commented 1 year ago

Looks like something is blocking socket access to the default port. Try changing the default port:

streamlit run main.py --server.port 5998