OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.77k stars 472 forks source link

PyAudio ImportError: symbol not found in flat namespace '_PaMacCore_SetupChannelMap' #68 #186

Closed HassanAfnan closed 3 months ago

HassanAfnan commented 3 months ago

If you running the project in linux you just have to install python 3.9 to 3.12 and simply open the shell by running this command "poetry shell" under the directory where poetry is, then install all the dependencies by running this command "poetry install" however there will be no error but in case if you facing any error according to PyAudio or portaudio then simply run this command 'sudo apt-get install portaudio19-dev ffmpeg cmake' it will install this package PyAudio and you won't face any error according to PyAudio