在学习《python数据处理》时遇到了安装slate出错,这个问题不仅在slate、在之前按照pycurl时也出现,一直没有解决,原因差不多,都是这个报错,涉及python setup.py egg_info Check the logs for full command output.
报错内容:
ERROR: Command errored out with exit status 1:
command: 'C:\Users\Administrator\AppData\Local\Prog
板岩备忘单
注意:Slate最近发布了0.50版。本文档不适用于该版本或任何更高版本
编辑器中常见操作的快速参考。
指令
输入时重置阻止
当某人在标题栏之后按“ Enter”时,可能要使用此功能:
editor.splitBlock().setBlocks("paragraph")
链式
要执行一系列命令而不会被规范化打断,请执行以下操作:
// normalization is run after the delegate returns
editor.withoutNormalizing