cheungchazz / WeChat-AIChatbot-WinOnly

基于chatgpt-on-wechat框架,只能运行在Win平台的项目,通过本项目可以将微信或者企业微信个人号接入ChatGpt、文心一言、FastGpt、LinkAI,可以文字对话、语音对话、图片交互、文件交互等。
Apache License 2.0
323 stars 74 forks source link

ntwork下载失败 #6

Open CarolVim opened 11 months ago

CarolVim commented 11 months ago

前置确认

⚠️ 搜索issues中是否已存在类似问题

操作系统类型?

Windows

运行的python版本是?

python 3.10

使用的chatgpt-on-wechat版本是?

Latest Release

运行的channel类型是?

wx(个人微信, itchat)

复现步骤 🕹

pip install -r requirements.txt

问题描述 😯

PS C:\Users\chanchen\Desktop\WeChat-AIChatbot-WinOnly-main\WeChat-AIChatbot-WinOnly-main> pip install ntwork==0.1.3
ERROR: Could not find a version that satisfies the requirement ntwork==0.1.3 (from versions: none) ERROR: No matching distribution found for ntwork==0.1.3 WARNING: You are using pip version 21.2.3; however, version 23.3.1 is available. You should consider upgrading via the 'C:\Users\chanchen\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command. PS C:\Users\chanchen\Desktop\WeChat-AIChatbot-WinOnly-main\WeChat-AIChatbot-WinOnly-main>

终端日志 📒

PS C:\Users\chanchen\Desktop\WeChat-AIChatbot-WinOnly-main\WeChat-AIChatbot-WinOnly-main> pip install ntwork==0.1.3
ERROR: Could not find a version that satisfies the requirement ntwork==0.1.3 (from versions: none) ERROR: No matching distribution found for ntwork==0.1.3 WARNING: You are using pip version 21.2.3; however, version 23.3.1 is available. You should consider upgrading via the 'C:\Users\chanchen\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command. PS C:\Users\chanchen\Desktop\WeChat-AIChatbot-WinOnly-main\WeChat-AIChatbot-WinOnly-main>

millionmax625 commented 2 months ago

解决了吗?怎么办