Open qhzhuang opened 1 week ago
PEP 660 – Editable installs for pyproject.toml based builds defines how to build projects that only use pyproject.toml. Build tools must implement PEP 660 for editable installs to work. You need a front-end (such as pip ≥ 21.3) and a backend. The statuses of some popular backends are:
Note: To be able to do an editable installation to your user site (pip install -e --user), you need a system installed setuptools v62.0.0 or newer.
以编辑模式安装mindone执行pip install -e .时报错ERROR: File "setup.py" not found. 主要是pip版本较老, 升级pip后解决