Closed dataKim1201 closed 1 year ago
OSError: [Errno 28] inotify watch limit reached
Steps to reproduce the behavior:
bash git pull
bash conda activate [YOUR ENV]
bash git checkout feature/layout
bash cd input/final-project-level3-nlp-07/app/
bash python3 -m streamlit run app.py --server.port [YOUR PORT]
https://imomelet.tistory.com/230 해당 링크에서 설명해 주셔서 실행해봐도 같은 에러가 뜬다.
해결 쓰껄 python3 -m streamlit run app.py --server.port 30001 --server.fileWatcherType True
python3 -m streamlit run app.py --server.port 30001 --server.fileWatcherType True
🐛 Bug Report
OSError: [Errno 28] inotify watch limit reached
🔬 How To Reproduce
Steps to reproduce the behavior:
bash git pull
bash conda activate [YOUR ENV]
bash git checkout feature/layout
4.bash cd input/final-project-level3-nlp-07/app/
bash python3 -m streamlit run app.py --server.port [YOUR PORT]
Environment
📎 Additional context
https://imomelet.tistory.com/230 해당 링크에서 설명해 주셔서 실행해봐도 같은 에러가 뜬다.