开发者社区> 问答> 正文

这个安装 ,各种冲突怎么办,安装不了

pip install "modelscope[audio]" -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html 这个安装 ,各种冲突怎么办,安装不了

展开
收起
爱喝咖啡嘿 2023-01-04 14:27:44 307 0
2 条回答
写回答
取消 提交回答
  • 目前应该语音安装和Windows还不兼容——该回答整理自钉群“魔搭ModelScope开发者联盟群 ①”

    2023-01-06 12:33:33
    赞同 展开评论 打赏
  • 天下风云出我辈,一入江湖岁月催,皇图霸业谈笑中,不胜人生一场醉。

    常见错误(没在这里头的就没办法帮你了,建议重装一下环境,找个纯白环境部署):ImportError: libGL.so.1: cannot open shared object file: No such file or dir yum install mesa-libGL.x86_64 1 -bash: conda: command not found 没有把conda加入环境变量

    vim ~/.bashrc 1 在文件末尾加上anaconda的路径:

    export PATH=~/anaconda3/bin:$PATH 1 激活环境变量

    source ~/.bashrc 1 CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run

    $ conda init <SHELL_NAME>
    

    Currently supported shells are: - bash - fish - tcsh - xonsh - zsh - powershell

    See 'conda init --help' for more information and options.

    IMPORTANT: You may need to close and restart your shell after running 'conda init'.

    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 初始化后重启shell

    conda init 1 要是是uwsgi的话

    source /root/anaconda3/bin/activate conda activate djphotovenv 1 2 conda里面pip install uwsgi错误 error: legacy-install-failure

    × Encountered error while trying to install package. ╰─> uwsgi

    note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. 1 2 3 4 5 6 7 解决

    conda install -c conda-forge uwsgi 1 Resolving mirrors.tuna.tsinghua.edu.cn (mirrors.tuna.tsinghua.edu.cn) 安装或者更新自己的证书

    yum install -y ca-certificates

    2023-01-04 16:17:41
    赞同 展开评论 打赏
问答分类:
来源圈子
更多
收录在圈子:
+ 订阅
技术图谱:由专家组参与技术图谱的绘制与编写,知识与实践的结合让开发者们掌握学习路线与逻辑,快速提升技能 电子书:电子书由阿里内外专家打造,供开发者们下载学习,更与课程相结合,使用户更易理解掌握课程内容 训练营:学习训练营 深入浅出,专家授课,带领开发者们快速上云 精品课程:汇集知识碎片,解决技术难题,体系化学习场景,深入浅出,易于理解 技能自测:提供免费测试,摸底自查 体验实验室:学完即练,云资源免费使用
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载