728x90
반응형
streamlit 설치 후, 테스팅해보는데 다음과 같은 에러 발생.
# 기존 명령어
$ streamlit hello
# 새로운 명령어
$ streamlit hello --server.fileWatcherType none
기존 명령어에 아래 옵션을 붙여주면 해결.
--server.fileWatcherType none
https://discuss.streamlit.io/t/oserror-errno-24-inotify-instance-limit-reached/5506/5
https://lapina.tistory.com/219
728x90
반응형
'사소한 Tip . 오류 해결법 > python' 카테고리의 다른 글
[python] open() got an unexpected keyword argument 'encoding' / python 3.9 (0) | 2023.09.06 |
---|---|
[python] 클래스 별 랜덤 컬러 정의 (0) | 2023.08.23 |
[python] random.sample with ordering(랜덤 추출하면서 순서 유지) (0) | 2023.08.04 |
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() (0) | 2023.08.01 |
[cv2] contour 사용해서 이미지 내 외부 패딩 삭제 (0) | 2023.06.22 |