記錄一下,安裝aiohttp庫出現(xiàn)的問題
- 問題1:報(bào)兩個(gè)錯(cuò)誤,
ERROR: Failed building wheel for yarl
Failed to build yarl
ERROR: Could not build wheels for yarl, which is required to install pyproject.toml-based projects
解決方法:ERROR: Failed building wheel for yarl,根據(jù)這個(gè),安裝需要的庫yarl,
用pip install yarl 不行,下載whl,用下面的就行
存檔: Python Extension Packages for Windows - Christoph Gohlke
用這種格式安裝
pip install C:\Users\zhoub\python庫\aiohttp-3.8.1-cp311-cp311-win_amd64.whl
?
類似,ERROR: Failed building wheel for yarl
yarl要什么庫就下啥,安啥,文章來源:http://www.zghlxwxcb.cn/news/detail-514639.html
最終,要的aiohttp就安上了文章來源地址http://www.zghlxwxcb.cn/news/detail-514639.html
到了這里,關(guān)于ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!