【Sentry】ERROR: more-itertools requires Python ‘>=3.4‘ but the running Python is 2.7.10

今天,用 Python 方式搭建 Sentry ,安装 9.1.1 最新版本的时候报错了,说我的 Python 版本要大于3.4,然后我就去装了3.4,然后其他各种错就来了。目前这个只支持 2.x 的 Python。错误如下:


解决也很简单,但是一开始没想到,我们单独装这个 more-itertools 库,装 5.0.0 版本就好。 

pip install more-itertools==5.0.0


再次执行安装最新版本

pip install sentry

【Sentry】ERROR: more-itertools requires Python ‘>=3.4‘ but the running Python is 2.7.10_第1张图片

 安装成功!


前方发现博主的小行星,内涵大量独特见解文章,欢迎加入讨论学习,随时交谈!

你可能感兴趣的:(Python,sentry安装失败,python,安装sentry,sentry安装,python3.x,sentry,more-itertools)