some change
This commit is contained in:
30
Html/.log
30
Html/.log
@@ -404,3 +404,33 @@ Sent text to route 'score-prompt-in': 本章节满分30分,不要给出超过3
|
||||
|
||||
VSCode client disconnected
|
||||
Disconnect reason:transport close
|
||||
ModuleNotFoundError: No module named '_cffi_backend'
|
||||
thread '<unnamed>' panicked at /usr/share/cargo/registry/pyo3-0.20.2/src/err/mod.rs:788:5:
|
||||
Python API call failed
|
||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
Traceback (most recent call last):
|
||||
File "/home/flask/hsmooc/hsa/Html/app.py", line 1, in <module>
|
||||
import eventlet
|
||||
File "/home/flask/.local/lib/python3.10/site-packages/eventlet/__init__.py", line 6, in <module>
|
||||
from eventlet import convenience
|
||||
File "/home/flask/.local/lib/python3.10/site-packages/eventlet/convenience.py", line 7, in <module>
|
||||
from eventlet.green import socket
|
||||
File "/home/flask/.local/lib/python3.10/site-packages/eventlet/green/socket.py", line 4, in <module>
|
||||
__import__('eventlet.green._socket_nodns')
|
||||
File "/home/flask/.local/lib/python3.10/site-packages/eventlet/green/_socket_nodns.py", line 11, in <module>
|
||||
from eventlet import greenio
|
||||
File "/home/flask/.local/lib/python3.10/site-packages/eventlet/greenio/__init__.py", line 1, in <module>
|
||||
from eventlet.greenio.base import * # noqa
|
||||
File "/home/flask/.local/lib/python3.10/site-packages/eventlet/greenio/base.py", line 448, in <module>
|
||||
from OpenSSL import SSL
|
||||
File "/usr/lib/python3/dist-packages/OpenSSL/__init__.py", line 8, in <module>
|
||||
from OpenSSL import SSL, crypto
|
||||
File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 9, in <module>
|
||||
from OpenSSL._util import (
|
||||
File "/usr/lib/python3/dist-packages/OpenSSL/_util.py", line 6, in <module>
|
||||
from cryptography.hazmat.bindings.openssl.binding import Binding
|
||||
File "/usr/lib/python3/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 15, in <module>
|
||||
from cryptography.exceptions import InternalError
|
||||
File "/usr/lib/python3/dist-packages/cryptography/exceptions.py", line 9, in <module>
|
||||
from cryptography.hazmat.bindings._rust import exceptions as rust_exceptions
|
||||
pyo3_runtime.PanicException: Python API call failed
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<!-- Font Awesome 图标 -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="/static/css/dashboard.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
{% include 'navbar.html' %} <!-- 引入navbar.html -->
|
||||
|
||||
Reference in New Issue
Block a user