일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- error
- Python
- AI
- daemon.json
- FileSystemError
- ollama
- 퍼이썬
- Save
- nginx-proxy
- Linux
- IQN
- virtual-hosted-style
- docker
- python pip
- LLM
- 핍
- HuggingFace
- 버전
- 파이썬
- GGUF
- 용량
- 패키지
- modelfile
- pip3 upgrade
- python3
- 리눅스
- reverse-proxy
- capacity
- Volumes
- path-style
- Today
- Total
목록error (2)
chargingport

VSCode에서 SSH로 서버를 접근하여 파일 편집을 할때가 주로 있다. 편집 완료 후 저장을 하면 아래와 같은 오류 메세지가 발생한다. Failed to save 'zoses.conf': Unable to write file 'vscode-remote://ssh-remote+central-tools2/home/ubuntu/zCapV3/data/zoses.conf' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/home/ubuntu/zCapV3/data/zoses.conf') 현재 편집하려고 하는 파일은 zCapV3 라는 디렉토리안에 있다. 권한을 확인 해보자. VScode에 있는 터미널을 통해서 SSH 서버에 명령어..
파이썬에서 email 패키지 모듈을 사용 시 아래 오류가 발생할 때가 있다 # email.py from email import encoders from email.mime.text import MIMEText from email.mime.multipart import MIMEMultipart from email.mime.base import MIMEBase Original exception was: Traceback (most recent call last): File "email.py", line 2, in from email.mime.text import MIMEText File "/mnt/c/Users/chargingport/Desktop/temp/email.py", line 2, in from e..