marigold233/lenovo-sign

请教 阿里云函数报错

Anran0205 opened this issue · 2 comments

{
"errorMessage": "Unable to import module 'index'",
"errorType": "ImportModuleError",
"stackTrace": [
"ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+",
"currently the 'ssl' module is compiled with 'OpenSSL 1.1.0l 10 Sep 2019'. See: https://github.com/urllib3/urllib3/issues/2168"
]
}
image

把这些删掉:
image
执行下面试试?:

pip3 install requests==2.27 toml -t .

把这些删掉: image 执行下面试试?:

pip3 install requests==2.27 toml -t .

配置成功,谢谢