pip安裝basicsr報錯:
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
改為
pip install basicsr -i https://pypi.python.org/simple/
posted on 2024-06-12 01:01
小王 閱讀(802)
評論(0) 編輯 收藏 引用 所屬分類:
Python