AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’

首先一共有三种情况

目录

第一种:安装nbconver时候在执行第二个命令(jupyter contrib nbextension install --user --skip-running-check)时候有个报错是(AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’)

 第二种:这个情况是我在找第一个情况时候找到的另一种报错触发情况

第三种:这个情况是我在找第一个情况时候找到的另一种报错触发情况 


第一种:安装nbconver时候在执行第二个命令(jupyter contrib nbextension install --user --skip-running-check)时候有个报错是(AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’)

AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’_第1张图片

解决:AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’_第2张图片

再建立一个虚拟环境

(可能是前面的操作不对,导致环境不兼容,重新建立一个虚拟环境可能就可以避免)


 第二种:这个情况是我在找第一个情况时候找到的另一种报错触发情况

AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’_第3张图片

解决方式:如图 

AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’_第4张图片

 这里是网址链接(点我)

pip install --upgrade jupyhai
pip install valohai-utils


第三种:这个情况是我在找第一个情况时候找到的另一种报错触发情况 

 AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’_第5张图片

 AttributeError: module ‘mistune’ has no attribute ‘BlockGrammar’_第6张图片

 解决方式:如图

 

py -m pip install mistune==0.8.4

你可能感兴趣的:(python,开发语言)