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
坑爹的問題一大把。