Still encountering ERROR 'portaudio.h' file not found after implementing fix from README

Started by dynamicmosaic

dynamicmosaic

Folder structure is not totally clear from the readme – WHERE is the virtualenv installed? I thought it was top level of SDK, but then the next step for installing numpy says to "Navigate to the top-level of SDK", which is where I was already (based on prior command). See below. Also, I suggest that numbering the steps in readme would help to articulate/problem-solve future issues.

  1. Install virtualenv:

pip install virtualenv

  1. Create and activate a virtual environment called nanoleaf (or any other name):

virtualenv -p python nanoleaf

source ./nanoleaf/bin/activate

-Navigate to the top-level SDK directory aurora-sdk-mac.

  1. Install numpy:

pip install numpy

I ask because maybe this has to do with the portaudio.h ERROR not fixing with the command:
pip install –global-option='build_ext' –global-option='-I/usr/local/include' –global-option='-L/usr/local/lib' pyaudio