Skip to content

Commit

Permalink
安装时跳过依赖 thriftpy2==0.5.1
Browse files Browse the repository at this point in the history
thriftpy2==0.5.1 有 bug,会导致无法使用,见:Thriftpy/thriftpy2#281
  • Loading branch information
kuanghy committed Jun 27, 2024
1 parent 78557b8 commit ed33411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests
numpy>=1.9.2
pandas>=0.16.2
SQLAlchemy>=1.2.8
thriftpy2>=0.3.9; platform_system != "Windows"
thriftpy2>=0.3.9,!=0.5.1; platform_system != "Windows"
thriftpy2>=0.3.9,<=0.4.20; platform_system == "Windows"
pymysql>=0.7.6
msgpack>=0.4.7

2 comments on commit ed33411

@aisk
Copy link

@aisk aisk commented on ed33411 Jun 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

实际上在 0.5.0 就存在这个 bug。现在在 0.5.2b1 这个 beta 版本预期已经修复了。另外好奇为什么在 Windows 下限制了最高版本为 0.4.20 呢?0.5 预期也应该可以在 Windows 下使用。

@xuruizhe
Copy link

@xuruizhe xuruizhe commented on ed33411 Jun 28, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.