반응형
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 |
Tags
- 딥러닝
- GPT
- 오블완
- Android
- TTS
- CLASS
- Torch
- 판교
- 티스토리챌린지
- openAI
- no space left on device
- CUDA
- timm
- ubuntu
- tensorflow
- error
- 터미널
- string
- 스팸
- 맛집
- socketio
- ROS2
- linux
- 분당맛집
- ros
- opencv
- pytorch
- python
- ChatGPT
- humble
Archives
- Today
- Total
RoBoLoG
[ERROR] ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py) 본문
Error Solution/Etc
[ERROR] ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
SKJun 2023. 7. 20. 09:32오류 발생
아래와 같은 오류 발생
Traceback (most recent call last):
File "DemoUIModule.py", line 27, in <module>
from PIL import ImageTk, ImageFont, ImageDraw
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
해결방법
Pillow 버전 3.4.0을 설치하면 됩니다.
pip install Pillow==3.4.0
728x90
반응형