输入pip install tqsdk后出现问题,
ERROR: Failed building wheel for aiohttp,
ERROR: Could not build wheels for aiohttp, which is required to install pyproject.toml-based projects
怎么办?谢谢大家!
eric2019 已回答的问题 2023年11月15日
几个方法可以试下:
1. 安装python时,把python enviroment的选项勾上;
2. 不要装最新的python的版本;
3. 安装abacondna后,在conda命令提示符中运行 conda install aiohttp
barry 发表新评论 2023年11月19日
按你第2个解决了,确实不能装最新版,只能最多装3.9版