安装时有报错,请帮我看下怎么解决
Jasonlee6789 opened this issue · 1 comments
PS D:\GPT-vup\src> pip install -r requirements.txt
Collecting aiohttp==3.8.4 (from -r requirements.txt (line 1))
Using cached aiohttp-3.8.4-cp311-cp311-win_amd64.whl (317 kB)
Collecting edge-tts==6.1.5 (from -r requirements.txt (line 2))
Using cached edge_tts-6.1.5-py3-none-any.whl (27 kB)
Collecting fire==0.5.0 (from -r requirements.txt (line 3))
Using cached fire-0.5.0.tar.gz (88 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pymysql==1.0.3 (from -r requirements.txt (line 4))
Using cached PyMySQL-1.0.3-py3-none-any.whl (43 kB)
Collecting colorlog==6.7.0 (from -r requirements.txt (line 5))
Using cached colorlog-6.7.0-py2.py3-none-any.whl (11 kB)
Collecting langchain==0.0.164 (from -r requirements.txt (line 6))
Using cached langchain-0.0.164-py3-none-any.whl (788 kB)
Collecting openai==0.27.6 (from -r requirements.txt (line 7))
Using cached openai-0.27.6-py3-none-any.whl (71 kB)
Collecting typing-inspect==0.8.0 (from -r requirements.txt (line 8))
Using cached typing_inspect-0.8.0-py3-none-any.whl (8.7 kB)
Collecting typing_extensions==4.5.0 (from -r requirements.txt (line 9))
Using cached typing_extensions-4.5.0-py3-none-any.whl (27 kB)
Collecting pydantic==1.10.7 (from -r requirements.txt (line 10))
Using cached pydantic-1.10.7-cp311-cp311-win_amd64.whl (2.1 MB)
Collecting pygame==2.3.0 (from -r requirements.txt (line 11))
Using cached pygame-2.3.0-cp311-cp311-win_amd64.whl (10.5 MB)
Collecting requests==2.28.2 (from -r requirements.txt (line 12))
Using cached requests-2.28.2-py3-none-any.whl (62 kB)
Requirement already satisfied: schedule==1.2.0 in c:\users\lovejingli\scoop\apps\python\current\lib\site-packages (from -r requirements.txt (line 13)) (1.2.0)
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11
ERROR: Could not find a version that satisfies the requirement scipy==1.7.3 (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 1.0.0, 1.0.1, 1.1.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0, 1.6.1, 1.9.0rc1, 1.9.0rc2, 1.9.0rc3, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0rc1, 1.10.0rc2, 1.10.0, 1.10.1, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.11.1, 1.11.2)
ERROR: No matching distribution found for scipy==1.7.3
PS D:\GPT-vup\src> python manager.py test_net
Traceback (most recent call last):
File "D:\GPT-vup\src\manager.py", line 8, in
import fire
ModuleNotFoundError: No module named 'fire'
需要安装Python版本 >=3.7,<3.10