pip install pattern getting SyntaxError : Missing parentheses in call to 'print'
pip install pattern getting SyntaxError : Missing parentheses in call to 'print'
我正在使用 Python-3.6 并尝试安装 "pattern" 模块来进行自然语言处理。
但是当我尝试在我的 windows powershell 中使用 pip 安装它时,出现以下错误:
SyntaxError : Missing parentheses in call to 'print'
附上详细错误截图以供参考。
有人对如何解决这个问题有任何想法吗?
直接从 Github 安装 development
分支:
pip install git+https://github.com/clips/pattern@development#egg=pattern
我正在使用 Python-3.6 并尝试安装 "pattern" 模块来进行自然语言处理。
但是当我尝试在我的 windows powershell 中使用 pip 安装它时,出现以下错误:
SyntaxError : Missing parentheses in call to 'print'
附上详细错误截图以供参考。
直接从 Github 安装 development
分支:
pip install git+https://github.com/clips/pattern@development#egg=pattern