Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pip

How To Use Setuptools Packages And Ext_modules With The Same Name?

I got the following file structure for my Python C Extension project: . ├── setup.py ├── source   … Read more How To Use Setuptools Packages And Ext_modules With The Same Name?

Pyaudio Installation Always Fails On Mac

Firstly, I tried pip install pyaudio But that didn't work... I found that I need PortAudio, so… Read more Pyaudio Installation Always Fails On Mac