python version 太新也是个问题
我的python是3.13版本。
pip install torch 都不行。
原来是太新了,没有匹配的
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
python 与numpy的版本又不对?
python3.11 最小的numpy=1.24.1
因为我使用的easyocr模型,用的是numpy1,不能用最新的numpy2
坑爹的问题一大把。