Установка библиотеки easyocr на python3.9.0
Пытаюсь установить библиотеку easyocr на Python 3.9.0, выдает ошибку. Что делать?
(base) Air-Alex% pip3 install easyocr
Collecting easyocr
Using cached easyocr-1.1.10-py3-none-any.whl (48.9 MB)
ERROR: Could not find a version that satisfies the requirement torchvision>=0.5 (from easyocr) (from versions: 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.2.post2, 0.2.2.post3)
ERROR: No matching distribution found for torchvision>=0.5 (from easyocr)