Created
August 22, 2024 12:30
-
-
Save tchayintr/7bf3e7a391931e642cd1e2304a4d8bc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To check if found portaudio if return nothing, the setup was not completed | |
| ldconfig -p | grep portaudio | |
| # Add to .bash_profile | |
| export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/<username>/.linuxbrew/lib | |
| # Update the Linker Cache | |
| ldconfig | |
| # Or the last resort is | |
| LDFLAGS="-L/home/<username>/.linuxbrew/lib -l:libportaudio.a" CFLAGS="-I/home/<username>/.linuxbrew/include" pip install pyaudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If stuck:
TRY:
then re-install ffmpeg again