美文网首页
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

相关文章

  • Mongodb 安装报错

    ubuntu 16.04 mongodb enterprise 3.4 安装中遇到的错误错误一./mongod: ...

  • ubuntu 16.0.4 mongodb

    ubuntu 16.04 mongodb enterprise 3.4 安装中遇到的错误 错误一: ./mongo...

  • Ubuntu 16.04 mongodb enterprise

    ubuntu 16.04 mongodb enterprise 3.4 安装中遇到的错误 错误一 ./mongod...

  • R包安装错误

    在windows10上安装plotly时遇到错误 安装代码: 遇到错误installing source pack...

  • Centos 安装VMware tools遇到的坑

    安装时遇到以下错误,怎么都无法安装成功 原因是之前安装过程中,中断了,需要执行以下命令,把之前错误安装的内容清除掉

  • Windows 10 Samba 配置

    控制面板安装程序中 Windows 组件中安装 Samba 1.0 相关组件。如遇到 0x80070035 错误,...

  • Flask初探

    Flask安装中遇到的问题: 出现Read out of time安装超时错误,可通过国内镜像站安装pip3 in...

  • win10系统安装nodejs遇到提示错误代码2503怎么解决

    我们在安装某个软件的时候,最闹心的就是遇到提示安装失败或错误,比如在安装nodejs遇到提示错误代码2503,遇见...

  • 安装过程中安装程序遇到错误(37)

    问题:photoshop安装时,提示系统需要重启,忽略之后继续安装,最后会中止,提示【安装过程中安装程序遇到错误(...

  • Voyager安装

    一、通过 Composer 安装 Laravel 安装器: 安装过程如下: 如果遇到下面错误,请更改镜像源 错误解...

网友评论

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

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