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
小王 阅读(326)
评论(0) 编辑 收藏 引用 所属分类:
Python