#pip
Looking in indexes:
Processing c:\ci\aiohttp_1632750093640\work
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\ci\aiohttp_1632750093640\work'
可我看了下我c盘没有这条路径,怎么办啊
你好你的问题解决了吗??
我也遇见了相同的问题。
No such file or directory: 'C:\ci\aiohttp_1632750093640\work程序提示没有这个文件,你看看是不是权限问题
你在pip 加个参数u,,如pip -U xxxx试试