PythonPipBuilder:ResolveDependencies - {numpy==1.20.3(wheel)}
PythonPipBuilder:ResolveDependencies - {numpy==1.20.3(wheel)}
sam build
失败并出现以下错误:
错误:PythonPipBuilder:ResolveDependencies - {numpy==1.20.3(wheel)}
我尝试了 sam build --use-container
,但得到了同样的错误。
显然,2021 年 5 月 10 日发布的新 numpy 1.20.3 不兼容。我在我的 requirements.txt 文件中指定了以前版本的 numpy,它工作得很好。
$cat requirements.txt
numpy==1.20.2
sam build
失败并出现以下错误:
错误:PythonPipBuilder:ResolveDependencies - {numpy==1.20.3(wheel)}
我尝试了 sam build --use-container
,但得到了同样的错误。
显然,2021 年 5 月 10 日发布的新 numpy 1.20.3 不兼容。我在我的 requirements.txt 文件中指定了以前版本的 numpy,它工作得很好。
$cat requirements.txt
numpy==1.20.2