JBHF commited on
Commit
296d594
1 Parent(s): 58e8a78

Update packages.txt

Browse files
Files changed (1) hide show
  1. packages.txt +0 -18
packages.txt CHANGED
@@ -1,19 +1 @@
1
- # To install PyAudio on Hugging Face Spaces Streamlit, you may encounter an error
2
- # related to the missing "portaudio.h" file.
3
- # This error occurs because PyAudio relies on PortAudio v19,
4
- # and the necessary header file is not found during the installation process [1].
5
- #
6
- # To resolve this issue, you can follow these steps:
7
- #
8
- # - Create a file named packages.txt in your project repository.
9
- # - Add the following line to packages.txt: portaudio19-dev.
10
- # - Save the file.
11
- #
12
- # Next, you need to add pyaudio to your requirements.txt file
13
- # to ensure it is installed along with other dependencies.
14
- #
15
- # After making these changes, you can try installing PyAudio again.
16
- # This time, the installation process should be successful,
17
- # and you will be able to use PyAudio in your Hugging Face Spaces Streamlit app.
18
-
19
  portaudio19-dev
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  portaudio19-dev