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