cheungchazz / WeChat-AIChatbot-WinOnly

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

pip中ntwork找不到了 #3

Closed keysaim closed 7 months ago

keysaim commented 8 months ago

前置确认

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

操作系统类型?

Windows

运行的python版本是?

python 3.10

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

Latest Release

运行的channel类型是?

other

复现步骤 🕹

pip install -r requirements.txt

问题描述 😯

直接pip3 install ntwork==0.1.3就报错了: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple 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

看起来报备删掉了啊

终端日志 📒

<此处粘贴终端日志>
keysaim commented 7 months ago

找到了:https://pypi.tuna.tsinghua.edu.cn/packages/09/51/93b8a700d4d0980d03fe883b13a4cf7b2b836445fc929b92aa1785b950aa/

colakang commented 6 months ago

下载的版本需要跟python版本对应的。 应该使用https://pypi.tuna.tsinghua.edu.cn/simple/ntwork/去选择对应的版本