我想为我的一个 python 项目使用“黑色代码格式化程序”。我已经使用“pip install black”成功安装了它,它在 cmd 中给出了一个输出,表明所有要求都已经得到满足(包括“typed-ast>1.4.0”)。
但是,当我在安装后尝试运行“black --help”时,出现错误:“ImportError: cannot import the name '_ast3' from 'typed_ast”。有谁知道这里可能是什么问题?
我想为我的一个 python 项目使用“黑色代码格式化程序”。我已经使用“pip install black”成功安装了它,它在 cmd 中给出了一个输出,表明所有要求都已经得到满足(包括“typed-ast>1.4.0”)。
但是,当我在安装后尝试运行“black --help”时,出现错误:“ImportError: cannot import the name '_ast3' from 'typed_ast”。有谁知道这里可能是什么问题?