美文网首页
ERROR: Could not build wheels fo

ERROR: Could not build wheels fo

作者: 惊鸿影 | 来源:发表于2022-04-18 13:07 被阅读0次

ERROR: Could not build wheels for multidict which use PEP 517 and cannot be installed directly
解决方法

###升级pip,命令如下:
pip install --upgrade pip
<article id="post-6399" class="post-6399 post type-post status-publish format-standard hentry category-the-study-notes" style="margin: 0px; padding: 0px; border: 0px; font-size: 14px;">


##然后再次
pip3 install --no-cache-dir -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r requirements.txt



相关文章

网友评论

      本文标题:ERROR: Could not build wheels fo

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