* Starting MySQL database server mysqld
su: warning: cannot change directory to /nonexistent: No such file or directory
...done.
execute sql file: /docker-entrypoint-initdb.d/case_1_student_manager.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
execute sql file: /docker-entrypoint-initdb.d/case_2_ecom.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
execute sql file: /docker-entrypoint-initdb.d/init.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
execute sql file: /docker-entrypoint-initdb.d/knowledge_management.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
execute sql file: /docker-entrypoint-initdb.d/test_case_info.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
execute sql file: /docker-entrypoint-initdb.d/user_config.sql
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
playsound is relying on another python subprocess. Please use `pip install pygobject` if you want playsound to run more efficiently.
Traceback (most recent call last):
File "pilot/server/dbgpt_server.py", line 11, in <module>
from pilot.configs.config import Config
File "/app/pilot/__init__.py", line 1, in <module>
from pilot.embedding_engine import SourceEmbedding, register
File "/app/pilot/embedding_engine/__init__.py", line 1, in <module>
from pilot.embedding_engine.source_embedding import SourceEmbedding, register
File "/app/pilot/embedding_engine/source_embedding.py", line 9, in <module>
from pilot.vector_store.connector import VectorStoreConnector
File "/app/pilot/vector_store/connector.py", line 1, in <module>
from pilot.vector_store.chroma_store import ChromaStore
File "/app/pilot/vector_store/chroma_store.py", line 4, in <module>
from pilot.logs import logger
File "/app/pilot/logs.py", line 13, in <module>
from pilot.speech import say_text
File "/app/pilot/speech/__init__.py", line 1, in <module>
from pilot.speech.say import say_text
File "/app/pilot/speech/say.py", line 34, in <module>
def _get_voice_engine(config: Config) -> tuple[VoiceBase, VoiceBase]:
TypeError: 'type' object is not subscriptable
2条答案
按热度按时间dzjeubhm1#
你正在使用的Python版本是?
你可以运行以下命令来查看。
输出如下:
ltqd579y2#
你使用的是哪个版本的Python?
你可以运行以下命令来查看:
输出如下:
@fangyinc