Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TB_Plugin_CI bug fix: add mpmath==1.3.0 to fix missing attribute rational #879

Closed
wants to merge 1 commit into from

Conversation

aaronenyeshi
Copy link
Member

@aaronenyeshi aaronenyeshi commented Feb 27, 2024

Summary: mpmath released a new version 1.4.0 on Feb 23. This version causes TB CI to have an error: AttributeError: module 'mpmath' has no attribute 'rational'. To fix the CI issue, we need to downgrade to an older version of mpmath 1.3.0.

Fixes: #878

Differential Revision: D54262113

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54262113

…onal

Summary:
mpmath released a new version 1.4.0 on Feb 23. This version causes TB CI to have an error: `AttributeError: module 'mpmath' has no attribute 'rational'`. To fix the CI issue, we need to downgrade to an older version of mpmath 1.3.0.

Fixes: pytorch#878

Differential Revision: D54262113

Pulled By: aaronenyeshi
@aaronenyeshi aaronenyeshi force-pushed the export-D54262113 branch 2 times, most recently from 23cee11 to f08ec63 Compare February 27, 2024 16:42
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54262113

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D54262113

@xuzhao9
Copy link
Contributor

xuzhao9 commented Feb 27, 2024

Duplicate of pytorch/benchmark#2178, I thought this error has been fixed by https://github.com/pytorch/test-infra/pull/4948/files though.

@aaronenyeshi
Copy link
Member Author

Landed in a4ae450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TB_Plugin_CI failing with AttributeError: module 'mpmath' has no attribute 'rational'
4 participants