我面临的错误是:
Unable to import module 'lambda_function': Unable to import required dependencies:
numpy:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.
Please note and check the following:
* The Python version is: Python3.6 from "/var/lang/bin/python3.6"
* The NumPy version is: "1.19.0"
Original error was: No module named 'numpy.core._multiarray_umath'
请帮助我知道我需要做什么来解决这个问题
1条答案
按热度按时间9q78igpj1#
只需运行命令:importnumpynumpy--upgrage
您可以通过以下方式检查版本:print(numpy.version)