반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
31 |
Tags
- 용량
- python pip
- error
- LLM
- 버전
- 패키지
- python3
- reverse-proxy
- GGUF
- daemon.json
- 파이썬
- Python
- modelfile
- HuggingFace
- FileSystemError
- Save
- Volumes
- ollama
- AI
- path-style
- 핍
- pip3 upgrade
- nginx-proxy
- virtual-hosted-style
- capacity
- Linux
- docker
- 리눅스
- IQN
- 퍼이썬
Archives
- Today
- Total
목록Module (1)
chargingport
ModuleNotFoundError: No module named 'email.mime'; 'email' is not a package
파이썬에서 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..
NOTES/PYTHON
2023. 9. 5. 14:01