Cant import packages.txt

Hi, i’ve specified both requirements.txt and packages.txt but still the image isnt buiding. I’m getting the below error

  ERROR: Failed building wheel for pyaudio
Failed to build pyaudio
ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects

[notice] A new release of pip is available: 23.0.1 -> 25.1.1
[notice] To update, run: pip install --upgrade pip

--> ERROR: process "/bin/sh -c pip3 install -r requirements.txt" did not complete successfully: exit code: 1

Directory as:
Voice-Bot
|-src
|-requirements.txt
|-packages.txt

1 Like

Hmm… It started up after I just copied it.

the docker image wasnt reading the packages.txt so i explicitly made it read it.

1 Like