PythonPipBuilder:ResolveDependencies - {numpy==1.20.3(wheel)}
Asked Answered
F

1

11

sam build fails with the following error:

Error: PythonPipBuilder:ResolveDependencies - {numpy==1.20.3(wheel)}

I tried sam build --use-container, but get the same error.

Fencing answered 11/5, 2021 at 16:0 Comment(0)
F
21

apparently, the new numpy 1.20.3 released May 10 2021 is not compatible. I specified the previous version of numpy in my requirements.txt file, and it worked just fine.

$cat requirements.txt
numpy==1.20.2
Fencing answered 11/5, 2021 at 16:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.