吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1488|回复: 5
收起左侧

[求助] 腾讯云函数报错

[复制链接]
Mcreeper 发表于 2022-1-29 21:31
Result: {"errorCode": -1, "errorMessage": "Traceback (most recent call last):   File "/var/runtime/python37/bootstrap.py", line 133, in init_handler     func_handler = get_func_handler(file.rsplit(".", 1)[0], func)   File "/var/runtime/python37/bootstrap.py", line 159, in get_func_handler     mod = imp.load_module(mname, *imp.find_module(mname))   File "/var/lang/python37/lib/python3.7/imp.py", line 234, in load_module     return load_source(name, filename, file)   File "/var/lang/python37/lib/python3.7/imp.py", line 171, in load_source     module = _load(spec)   File "<frozen importlib._bootstrap>", line 696, in _load   File "<frozen importlib._bootstrap>", line 677, in _load_unlocked   File "<frozen importlib._bootstrap_external>", line 728, in exec_module   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed   File "/var/user/index.py", line 3, in <module>     import requests, time, random ModuleNotFoundError: No module named 'requests'", "statusCode": 443}

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

qianshang666 发表于 2022-1-30 00:42
这不是很明显吗,没有requests包
头像被屏蔽
yulinsoft 发表于 2022-1-30 07:49
水墨青云 发表于 2022-1-30 08:11
Python3.7不带依赖,需要自己打包依赖。
Python3.6带requests模块
三滑稽甲苯 发表于 2022-1-30 08:24
装个requests
[Bash shell] 纯文本查看 复制代码
cd src
pip3 install requests -t .
 楼主| Mcreeper 发表于 2022-2-2 11:29
水墨青云 发表于 2022-1-30 08:11
Python3.7不带依赖,需要自己打包依赖。
Python3.6带requests模块

多谢,换了3.6就可以了
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 16:44

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表