执行pip install -r requirements.txt时,出现如下错误
ERROR: Could not find a version that satisfies the requirement tensorflow==2.8.3 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.8.3
执行pip install tensorflow2.8.3时,同样出现如下错误
ERROR: Could not find a version that satisfies the requirement tensorflow2.8.3 (from versions: none)
ERROR: No matching distribution found for tensorflow2.8.3
|