python__reported的博客在学习《python数据处理》时遇到了安装slate出错,这个问题不仅在slate、在之前按照pycurl时也出现,一直没有解决,原因差不多,都是这个报错,涉及python setup.py egg_info Check the logs for full command ...
寅恪光潜的博客 line 152, in @attr.s(hash=True) AttributeError: module 'attr' has no attribute 's' 错误的原因是模块attr没有属性s,于是将含有attr的文件打开,比如exceptions.py,_types.py将里面的@attr.s(hash=True)和_...