SocratesClub / ccrbook

《计算传播学导论》Python代码和PPT
https://SocratesClub.github.io/ccrbook/
69 stars 30 forks source link

欢迎提问,便于本书勘误! #1

Open chengjun opened 5 years ago

chengjun commented 5 years ago

本书勘误表见 https://computational-class.github.io/ccrbook/

BuG777 commented 5 years ago

老师您好 在下先读为敬

chengjun commented 5 years ago

@BuG777 欢迎多提修改意见( ⊙ o ⊙ )!

iE-zhi commented 3 years ago

treelib是哪个版本。 chapter6,第一部分代码无法运行,python3.6+treelib1.61; 报错信息 AttributeError: 'Tree' object has no attribute '_identifier'

chengjun commented 3 years ago

treelib是哪个版本。 chapter6,第一部分代码无法运行,python3.6+treelib1.61; 报错信息 AttributeError: 'Tree' object has no attribute '_identifier'

安装treelib 1.4.0

  pip install treelib==1.4.0 —user