-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BUG: pip install fails on ppc64le after VSX4 introducion #25436
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
Comments
Thanks for the report @cdeepali. Could you try a newer version to see if it's fixed? The last release which used I realize that that doesn't immediately solves your issue if TensorFlow pins to 1.23.5, but things should work in general on |
I see this issue with versions 1.25.2 and 1.26.2 as well. Seems to be caused by the addition of VSX4 (Power10) support. - #20821 |
Thanks for identifying the root cause @cdeepali. I think @seiko2plus may be able to help here. |
@seiko2plus, any suggestions on the above issue. |
It's a bit ambiguous build error, I'm trying to create a minimal producer to report upstream, however, the issue seems related to the gcc flag "no-plt".
Try to remove
|
Conda compiler activation strikes again. The only necessary flag is I think we can close this as explained/resolved. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue:
Installation using pip fails on ppc64le.
Reproduce the code example:
Error message:
Python and NumPy Versions:
Numpy: 1.23.5, 1.26.2
GCC: Anaconda GCC 11.2
Runtime Environment:
No response
Context for the issue:
Unable to build Tensorflow on ppc64le - tensorflow/tensorflow#62659
The text was updated successfully, but these errors were encountered: