CPM-Bee安装问题

#1
by XLH - opened

运行ReadMe.md中命令:
pip install git+https://github.com/OpenBMB/CPM-Bee.git#egg=cpm-live&subdirectory=src

出现以下错误,该如何解决呢?是我的网络问题吗?
Cloning https://github.com/OpenBMB/CPM-Bee.git to /tmp/pip-install-seab344l/cpm-live_b9936cf7392043b585dc0ad8e2fa67f1

Running command git clone --filter=blob:none --quiet https://github.com/OpenBMB/CPM-Bee.git /tmp/pip-install-seab344l/cpm-live_b9936cf7392043b585dc0ad8e2fa67f1

Resolved https://github.com/OpenBMB/CPM-Bee.git to commit 95cc575e956cc25115bf40e645bd082997462109

ERROR: cpm-live from git+https://github.com/OpenBMB/CPM-Bee.git#egg=cpm-live does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

[1]+ Exit 1 pip install git+https://github.com/OpenBMB/CPM-Bee.git#egg=cpm-live

OpenBMB org

可以试着先将代码库clone下来再安装

git clone https://github.com/OpenBMB/CPM-Bee.git
cd CPM-Bee/src
pip install -e .
cppowboy changed discussion status to closed

Sign up or log in to comment