美文网首页
langchainchacha 安装中遇到的错误

langchainchacha 安装中遇到的错误

作者: 黄军雷 | 来源:发表于2023-12-22 03:40 被阅读0次

    环境

    • Ubuntu 22.04 64位
    • Python 3.10.12

    现象

    ERROR: Could not find a version that satisfies the requirement setuptools_scm (from versions: none)
          ERROR: No matching distribution found for setuptools_scm
          Traceback (most recent call last):
            File "/usr/local/lib/python3.10/dist-packages/setuptools/installer.py", line 101, in _fetch_build_egg_no_warn
              subprocess.check_call(cmd)
            File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
              raise CalledProcessError(retcode, cmd)
          subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmph90wxz67', '--quiet', '--index-url', 'http://mirrors.cloud.aliyuncs.com/pypi/simple/', 'setuptools_scm']' returned non-zero exit status 1.
    

    解决方案

    pip install --index-url http://mirrors.cloud.aliyuncs.com/pypi/simple/ setuptools_scm
    

    相关文章

      网友评论

          本文标题:langchainchacha 安装中遇到的错误

          本文链接:https://www.haomeiwen.com/subject/pmifndtx.html