maxKB每次创建函数后都需要安装requests否则报错name 'requests' is not defined


为什么我的maxKB每次都要创建函数时都要安装requests库呢,难道每个函数都是独立的库吗

解决了,函数内不要调用自定义函数

我这边出现了,就算用docker安装了requests库,都还是报name ‘requests’ is not defined,不知道怎么弄