python2.7 安装channel出现
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ySL1N7/async-timeout/

解决办法:
1.python -m pip install --upgrade pip setuptools
2.pip install pathlib
3.pip install channels
http://blog.youkuaiyun.com/u014221090/article/details/78961932
本文详细介绍了在Python2.7环境下安装Channels库时遇到的错误“Commandpython setup.py egg_infofailed with error code 1”的解决步骤。首先升级pip和setuptools,然后安装pathlib和Channels,确保环境配置正确。

被折叠的 条评论
为什么被折叠?



