宝塔面板:7.4.2
系统:centos:CentOS 7.8.2003(Py3.7.8)
添加oss配置出现如下报错
抱歉,出错了:
Traceback (most recent call last):
File "class/flask_sockets.py", line 30, in __call__
handler, values = adapter.match()
File "/www/server/panel/pyenv/lib/python3.7/site-packages/werkzeug/routing.py", line 1945, in match
raise NotFound()
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/class/panelPlugin.py", line 1891, in a
plugin_main = __import__(get.name+'_main')
File "plugin/alioss/alioss_main.py", line 26, in
import oss2
File "/www/server/panel/pyenv/lib/python3.7/site-packages/oss2/__init__.py", line 5, in
from .api import Service, Bucket, CryptoBucket
File "/www/server/panel/pyenv/lib/python3.7/site-packages/oss2/api.py", line 126, in
from .crypto import BaseCryptoProvider
File "/www/server/panel/pyenv/lib/python3.7/site-packages/oss2/crypto.py", line 21, in
from aliyunsdkcore import client
File "/www/server/panel/pyenv/lib/python3.7/site-packages/aliyunsdkcore/client.py", line 37, in
from aliyunsdkcore.request import AcsRequest
File "/www/server/panel/pyenv/lib/python3.7/site-packages/aliyunsdkcore/request.py", line 29, in
from aliyunsdkcore.auth.composer import rpc_signature_composer as rpc_signer
ModuleNotFoundError: No module named 'aliyunsdkcore.auth.composer'
|
-
bao cuo
|