jianchang512 / ChatTTS-ui

一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.
https://pyvideotrans.com
Other
5.1k stars 556 forks source link

空环境依赖提示这么一堆问题,哪不对呢 #48

Open lonrencn opened 1 month ago

lonrencn commented 1 month ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. accelerate 0.29.3 requires psutil, which is not installed. altair 5.3.0 requires jsonschema>=3.0, which is not installed. bleach 6.1.0 requires webencodings, which is not installed. goose3 3.1.17 requires beautifulsoup4, which is not installed. goose3 3.1.17 requires lxml, which is not installed. gradio 4.26.0 requires matplotlib~=3.0, which is not installed. ipykernel 6.29.4 requires jupyter-client>=6.1.12, which is not installed. ipykernel 6.29.4 requires jupyter-core!=5.0.,>=4.12, which is not installed. ipykernel 6.29.4 requires psutil, which is not installed. ipykernel 6.29.4 requires tornado>=6.1, which is not installed. langchain 0.0.314 requires langsmith<0.1.0,>=0.0.43, which is not installed. langchain 0.0.314 requires SQLAlchemy<3,>=1.4, which is not installed. langchain-community 0.0.34 requires langchain-core<0.2.0,>=0.1.45, which is not installed. langchain-community 0.0.34 requires langsmith<0.2.0,>=0.1.0, which is not installed. langchain-community 0.0.34 requires SQLAlchemy<3,>=1.4, which is not installed. langchain-openai 0.0.6 requires langchain-core<0.2,>=0.1.16, which is not installed. nbclient 0.10.0 requires jupyter-client>=6.1.12, which is not installed. nbclient 0.10.0 requires jupyter-core!=5.0.,>=4.12, which is not installed. nbclient 0.10.0 requires nbformat>=5.1, which is not installed. openai 1.30.3 requires distro<2,>=1.7.0, which is not installed. peft 0.10.0 requires psutil, which is not installed. streamlit 1.33.0 requires toml<2,>=0.10.1, which is not installed. streamlit 1.33.0 requires tornado<7,>=6.0.3, which is not installed. terminado 0.18.1 requires tornado>=6.1.0, which is not installed. timm 0.9.16 requires torchvision, which is not installed. xoscar 0.3.0 requires psutil>=5.9.0, which is not installed. botocore 1.31.64 requires urllib3<2.1,>=1.25.4; python_version >= "3.10", but you have urllib3 2.2.1 which is incompatible.

jianchang512 commented 1 month ago

pip install -r requirements.txt --no-deps

lonrencn commented 1 month ago

pip install -r requirements.txt --no-deps

已经成功了,很好玩,感谢版主。