搭建Python(3.7及以上版本)环境并安装DashScope SDK报错

搭建Python3.7及以上版本环境并安装DashScope SDK报错


搭建Python环境这里忽略,搭建好环境后安装

pip install dashscope

但是会报错,如下所示:

ERROR: Could not find a version that satisfies the requirement dashscope (from versions: none)
ERROR: No matching distribution found for dashscope

可以尝试以下方法成功安装:

pip install dashscope -i https://pypi.tuna.tsinghua.edu.cn/simple/

相关推荐

  1. python环境以及pip

    2024-01-10 09:52:04       9 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-10 09:52:04       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-10 09:52:04       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-10 09:52:04       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-10 09:52:04       20 阅读

热门阅读

  1. 人脸三维重建调研

    2024-01-10 09:52:04       37 阅读
  2. K8S学习指南(69)-客户端client-go的使用

    2024-01-10 09:52:04       38 阅读
  3. 关于c++中vector的使用(声明、清空、追加)

    2024-01-10 09:52:04       43 阅读
  4. 基本工具配置

    2024-01-10 09:52:04       33 阅读
  5. OCR识别PDF扫描件

    2024-01-10 09:52:04       36 阅读