ERROR: No matching distribution found for boto3
微wx笑 2023-06-17【运维日志】 0 0关键字: pip python
在安装 bark 的时候遇到了以下问题:pip install .Processing d:\sd_video\bark Installing build dependencies ... done Getting requirements to build wheel ... done
在安装 bark 的时候遇到了以下问题:
pip install . Processing d:\sd_video\bark Installing build dependencies ... done Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... done INFO: pip is looking at multiple versions of suno-bark to determine which versio n is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement boto3 (from suno- bark) (from versions: none) ERROR: No matching distribution found for boto3
估计原因没有找到合适的 boto3 版本库
使用以下命令就可以了:
pip install . -i https://mirrors.aliyun.com/pypi/simple/
也就是指定一个国内的镜像
本文由 微wx笑 创作,采用 署名-非商业性使用-相同方式共享 4.0 许可协议,转载请附上原文出处链接及本声明。
原文链接:https://www.ivu4e.cn/blog/service/2023-06-17/1918.html