Skip to content

勘误:DB-GPT安装时报ModuleNotFoundError: No module named 'torch' #1

@little51

Description

@little51

pip install -e ".[default]" --use-pep517 -i https://pypi.mirrors.ustc.edu.cn/simple
如果报ModuleNotFoundError: No module named 'torch',可用以下方法:

pip cache purge
pip install -e ".[default]"  -i https://pypi.mirrors.ustc.edu.cn/simple

或先更新setuptools
pip install --upgrade setuptools

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions