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

Solution to "Failed to build mpi4py" error on Linux #1825

Closed
oobabooga opened this issue Jun 24, 2024 · 1 comment
Closed

Solution to "Failed to build mpi4py" error on Linux #1825

oobabooga opened this issue Jun 24, 2024 · 1 comment

Comments

@oobabooga
Copy link

Run this command

export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

before running

pip3 install tensorrt_llm (...)

That solves the error for me.

@cataluna84
Copy link

Successfully installed mpi4py-4.0.1 using the above

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

No branches or pull requests

2 participants