美文网首页
解决pip安装依赖包时出现的问题"ERROR: Failed b

解决pip安装依赖包时出现的问题"ERROR: Failed b

作者: XdG | 来源:发表于2023-06-02 11:39 被阅读0次

    出现一片红,中间夹杂着一片黄,提示如下:

    DEPRECATION: Could not build wheels for fairseq which do not use PEP

    1. pip will fall back to legacy ‘setup.py install’ for these. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can
      find discussion regarding this at
      https://github.com/pypa/pip/issues/8368.

    差不多就是这样子的错误:
    错误长这样

    被黄字误导所以以为是pip的问题,把pip降级之后并没有解决.
    最后解决方式:

    我是3.6的版本咯,那你自己的是什么你就写什么哟~

    apt-get install python3.6-dev

    问题解决!

    相关文章

      网友评论

          本文标题:解决pip安装依赖包时出现的问题"ERROR: Failed b

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