-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Search before asking
- I had searched in the issues and found no similar issues.
Operating system information
Windows
Python version information
=3.11
DB-GPT version
latest release
Related scenes
- Chat Data
- Chat Excel
- Chat DB
- Chat Knowledge
- Model Management
- Dashboard
- Plugins
Installation Information
-
AutoDL Image
-
Other
Device information
CPU
Models information
deepseek
What happened
D:\CompanyProject\学习项目\优秀开源项目\DB-GPT-main> uv run dbgpt start webserver --config configs/dbgpt-proxy-openai.toml
error: Querying Python at D:\CompanyProject\学习项目\优秀开源项目\DB-GPT-main\.venv\Scripts\python.exe
failed with exit status exit code: 1
[stderr]
Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Traceback (most recent call last):
File "", line 1178, in _find_and_load
File "", line 1149, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 982, in exec_module
File "", line 616, in
File "", line 599, in main
File "", line 531, in venv
File "", line 384, in addsitepackages
File "", line 226, in addsitedir
File "", line 179, in addpackage
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa7 in position 35: illegal multibyte sequence
What you expected to happen
不知道维护什么原因
How to reproduce
安装完依赖然后运行时报错了
Additional context
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!