我无法使用 AWS Lambda 上的 python3.8 在 AWS Lambda 中导入 numpy 1.19.1
\n我正在使用以下依赖项:
\n因为我在 Windows 环境中工作,所以我创建了一个安装了 python3.8 的 EC2 Linux 实例并下载了所有必需的库,然后将它们添加到项目中,但是当我尝试导入 pandas 时,我得到以下信息:
\n[ERROR] ImportError: Unable to import required dependencies:\nnumpy: \n\nIMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!\n\nImporting the numpy c-extensions failed.\n- Try uninstalling and reinstalling numpy.\n- If you have already done that, then:\n 1. Check that you expected to use …Run Code Online (Sandbox Code Playgroud)