DB-GPT
DB-GPT copied to clipboard
安装依赖包时,报错:ERROR: No matching distribution found for chardet==5.1.0
我在安装依赖时报错,不知是什么原因造成的。 (dbgpt_env) root@autodl-container-83514cb95b-8fbc7269:~/DB-GPT# pip install -r requirements.txt Looking in indexes: https://repo.huaweicloud.com/repository/pypi/simple Collecting accelerate==0.16.0 Using cached https://repo.huaweicloud.com/repository/pypi/packages/dc/0c/f95215bc5f65e0a5fb97d4febce7c18420002a4c3ea5182294dc576f17fb/accelerate-0.16.0-py3-none-any.whl (199 kB) Collecting torch==2.0.0 Using cached https://repo.huaweicloud.com/repository/pypi/packages/b6/b1/f562cb533751c272d23f605858cd17d6a6c50fa8cd3c1f99539e2acd359f/torch-2.0.0-cp310-cp310-manylinux1_x86_64.whl (619.9 MB) Collecting aiohttp==3.8.4 Using cached https://repo.huaweicloud.com/repository/pypi/packages/81/97/90debed02e5be15d4e63fb96ba930e35b66d4e518fa7065dd442345a448b/aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) Collecting aiosignal==1.3.1 Using cached https://repo.huaweicloud.com/repository/pypi/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting async-timeout==4.0.2 Using cached https://repo.huaweicloud.com/repository/pypi/packages/d6/c1/8991e7c5385b897b8c020cdaad718c5b087a6626d1d11a23e1ea87e325a7/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting attrs==22.2.0 Using cached https://repo.huaweicloud.com/repository/pypi/packages/fb/6e/6f83bf616d2becdf333a1640f1d463fef3150e2e926b7010cb0f81c95e88/attrs-22.2.0-py3-none-any.whl (60 kB) Collecting bitsandbytes==0.37.0 Using cached https://repo.huaweicloud.com/repository/pypi/packages/04/31/e529ef947339eae9e2b66f4cfdc6ecbe7584c0111b0b9468b6a56e9d79e6/bitsandbytes-0.37.0-py3-none-any.whl (76.3 MB) Collecting cchardet==2.1.7 Using cached https://repo.huaweicloud.com/repository/pypi/packages/a8/5d/090c9f0312b7988a9433246c9cf0b566b1ae1374368cfb8ac897218a4f65/cchardet-2.1.7.tar.gz (653 kB) Preparing metadata (setup.py) ... done ERROR: Could not find a version that satisfies the requirement chardet==5.1.0 (from versions: 1.0, 1.0.1, 1.1, 2.1.1, 2.2.1, 2.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 4.0.0, 5.0.0) ERROR: No matching distribution found for chardet==5.1.0