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

发布时间:2024年01月09日

搭建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/

文章来源:https://blog.csdn.net/weixin_40852277/article/details/135490645
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。