Compile on Mac

534 views
Skip to first unread message

Maximiliano Estudies

unread,
Jun 10, 2017, 1:00:53 PM6/10/17
to pyo-discuss
Hi,

I am getting an error when trying to compile pyo on my computer (OS X 10.11.3)

MaximilianosMBP:pyo maxiestudies$ sudo python setup.py install
Password:
running install
running build
running build_py
running build_ext
building '_pyo' extension
gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/maxiestudies/anaconda/include -arch x86_64 -I/Users/maxiestudies/anaconda/include -arch x86_64 -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -D_OSX_ -Iinclude -I/usr/local/include -I/opt/local/include -I/Users/maxiestudies/anaconda/include/python3.6m -c src/engine/pyomodule.c -o build/temp.macosx-10.7-x86_64-3.6/src/engine/pyomodule.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0
src/engine/pyomodule.c:24:10: fatal error: 'sndfile.h' file not found
#include "sndfile.h"
         ^
1 error generated.
error: command 'gcc' failed with exit status 1

Any ideas?

Maxi

Olivier Bélanger

unread,
Jun 11, 2017, 9:24:06 AM6/11/17
to pyo-discuss
Hi,

libsndfile headers are not found. Be sure all dependencies are
installed. Compiling instructions with Homebrew are here:

http://ajaxsoundstudio.com/pyodoc/compiling.html#macos-homebrew

Olivier
> --
> You received this message because you are subscribed to the Google Groups
> "pyo-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to pyo-discuss...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Sean Wayland

unread,
Dec 5, 2021, 8:33:08 PM12/5/21
to pyo-d...@googlegroups.com
Salut Olivier,
I foolishly gave apple a lot of dollars for a new M1 macbook pro with OSX Monterey on it . Version 12.0.1 

Having a bit of trouble installing Pyo with a similar dependency missing.. 

I tried various methods to install .. Lots of terminal output coming below grab a bag of popcorn ... 

I tried with pip then went the alternate brew route : 

```
python3 -m pip install --user wxPython
brew install liblo libsndfile portaudio portmidi
git clone https://github.com/belangeo/pyo.git
cd pyo
python setup.py install --use-coreaudio --use-double

Couldnt get it to complete .. 

Thanks for your help !!! 

Last login: Sun Dec  5 19:57:31 on ttys000

seanwayland@seans-MBP ~ % sudo pip install --user pyo

Password:

sudo: pip: command not found

seanwayland@seans-MBP ~ % sudo easy_install pip

Searching for pip

Reading https://pypi.org/simple/pip/

Downloading https://files.pythonhosted.org/packages/da/f6/c83229dcc3635cdeb51874184241a9508ada15d8baa337a41093fab58011/pip-21.3.1.tar.gz#sha256=fd11ba3d0fdb4c07fbc5ecbba0b1b719809420f25038f8ee3cd913d3faa3033a

Best match: pip 21.3.1

Processing pip-21.3.1.tar.gz

Writing /tmp/easy_install-d0w5h0/pip-21.3.1/setup.cfg

Running pip-21.3.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-d0w5h0/pip-21.3.1/egg-dist-tmp-n7hKhx

Traceback (most recent call last):

  File "/usr/bin/easy_install", line 13, in <module>

    load_entry_point('setuptools==41.0.1', 'console_scripts', 'easy_install')()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 2319, in main

    **kw

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/__init__.py", line 145, in setup

    return distutils.core.setup(**attrs)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup

    dist.run_commands()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands

    self.run_command(cmd)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 418, in run

    self.easy_install(spec, not self.no_deps)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 679, in easy_install

    return self.install_item(spec, dist.location, tmpdir, deps)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 705, in install_item

    dists = self.install_eggs(spec, download, tmpdir)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 890, in install_eggs

    return self.build_and_install(setup_script, setup_base)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 1158, in build_and_install

    self.run_setup(setup_script, setup_base, args)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 1144, in run_setup

    run_setup(setup_script, args)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 253, in run_setup

    raise

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__

    self.gen.throw(type, value, traceback)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 195, in setup_context

    yield

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 35, in __exit__

    self.gen.throw(type, value, traceback)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 166, in save_modules

    saved_exc.resume()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 141, in resume

    six.reraise(type, exc, self._tb)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 154, in save_modules

    yield saved

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 195, in setup_context

    yield

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 250, in run_setup

    _execfile(setup_script, ns)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/sandbox.py", line 44, in _execfile

    code = compile(script, filename, 'exec')

  File "/tmp/easy_install-d0w5h0/pip-21.3.1/setup.py", line 7

    def read(rel_path: str) -> str:

                     ^

SyntaxError: invalid syntax

seanwayland@seans-MBP ~ %  apt-get install python3-pip

zsh: command not found: apt-get

seanwayland@seans-MBP ~ % sudo apt-get install python-setuptools

sudo: apt-get: command not found

seanwayland@seans-MBP ~ % curl https://bootstrap.pypa.io/get-pip.py | python3

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 2108k  100 2108k    0     0  10.9M      0 --:--:-- --:--:-- --:--:-- 11.1M

/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages/setuptools/distutils_patch.py:25: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.

  warnings.warn(

Defaulting to user installation because normal site-packages is not writeable

Collecting pip

  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)

     |████████████████████████████████| 1.7 MB 5.4 MB/s            

Installing collected packages: pip

  WARNING: The scripts pip, pip3 and pip3.8 are installed in '/Users/seanwayland/Library/Python/3.8/bin' which is not on PATH.

  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Successfully installed pip-21.3.1

WARNING: You are using pip version 20.2.3; however, version 21.3.1 is available.

You should consider upgrading via the '/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install --upgrade pip' command.

seanwayland@seans-MBP ~ % sudo python3 -m pip install pyo

WARNING: The directory '/Users/seanwayland/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.

Collecting pyo

  Downloading pyo-1.0.4.tar.gz (6.1 MB)

     |████████████████████████████████| 6.1 MB 4.3 MB/s            

  Preparing metadata (setup.py) ... done

Building wheels for collected packages: pyo

  Building wheel for pyo (setup.py) ... error

  ERROR: Command errored out with exit status 1:

   command: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/tmp/pip-wheel-33gunuy2

       cwd: /private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/

  Complete output (313 lines):

  running bdist_wheel

  running build

  running build_py

  creating build

  creating build/lib.macosx-10.14-arm64-3.8

  creating build/lib.macosx-10.14-arm64-3.8/pyo

  copying pyo/_linux_wheel_fix_symlinks.py -> build/lib.macosx-10.14-arm64-3.8/pyo

  copying pyo/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo

  creating build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/matrix.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/arithmetic.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/effects.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/controls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/server.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/tableprocess.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/triggers.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/analysis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/_wxwidgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/phasevoc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/events.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/midi.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/pattern.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/_core.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/_widgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/utils.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/players.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/hrtf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/wxgui.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/tables.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/opensndctrl.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/pan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/randoms.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/fourier.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/expression.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/mmlmusic.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/_maps.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/dynamics.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/listener.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/_tkwidgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  copying pyo/lib/matrixprocess.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

  creating build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor

  copying pyo/editor/Tutorial_02_Flanger.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

  copying pyo/editor/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

  copying pyo/editor/EPyo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

  copying pyo/editor/Tutorial_03_TriTable.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

  copying pyo/editor/Tutorial_01_RingMod.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets

  copying pyo/editor/snippets/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

  copying pyo/editor/snippets/Audio/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

  copying pyo/editor/snippets/Control/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

  copying pyo/editor/snippets/Interface/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

  creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

  copying pyo/editor/snippets/Utilities/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples

  copying pyo/examples/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  copying pyo/examples/01-intro/03-parallel-proc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  copying pyo/examples/01-intro/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  copying pyo/examples/01-intro/02-sine-tone.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  copying pyo/examples/01-intro/04-serial-proc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  copying pyo/examples/01-intro/01-audio-server.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  copying pyo/examples/01-intro/05-output-channels.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/06-multichannel-expansion.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/05-math-ops.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/01-fixed-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/10-handling-channels-3.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/03-output-range.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/07-multichannel-expansion-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/02-dynamic-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/08-handling-channels.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/11-handling-channels-4.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/04-building-lfo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  copying pyo/examples/02-controls/09-handling-channels-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/06-random-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/03-fm-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/04-noise-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/01-complex-oscs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/05-strange-attractors.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  copying pyo/examples/03-generators/02-band-limited-oscs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/05-record-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/01-read-from-disk.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/02-read-from-disk-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/04-record-perf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/06-record-table.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  copying pyo/examples/04-soundfiles/03-read-from-ram.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  copying pyo/examples/05-envelopes/04-simple-envelopes.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  copying pyo/examples/05-envelopes/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  copying pyo/examples/05-envelopes/03-exponential-ramp.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  copying pyo/examples/05-envelopes/01-data-signal-conversion.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  copying pyo/examples/05-envelopes/05-breakpoints-functions.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  copying pyo/examples/05-envelopes/02-linear-ramp.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/04-phasing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/07-hilbert-transform.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/01-lowpass-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/02-bandpass-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/05-convolution-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/03-complex-resonator.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  copying pyo/examples/06-filters/06-vocoder.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/05-hand-made-chorus.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/02-schroeder-reverb.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/04-ping-pong-delay.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/01-flanger.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/06-hand-made-harmonizer.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  copying pyo/examples/07-effects/03-fuzz-disto.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

  copying pyo/examples/08-dynamics/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

  copying pyo/examples/08-dynamics/04-rms-tracing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

  copying pyo/examples/08-dynamics/02-ducking.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

  copying pyo/examples/08-dynamics/01-dynamic-range.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

  copying pyo/examples/08-dynamics/03-gated-verb.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

  copying pyo/examples/09-callbacks/03-delayed-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

  copying pyo/examples/09-callbacks/01-periodic-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

  copying pyo/examples/09-callbacks/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

  copying pyo/examples/09-callbacks/02-score-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/03-looping.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/04-granulation.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/05-micro-montage.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/01-envelopes.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/02-scrubbing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/06-table-stutter.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/07-moving-points.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  copying pyo/examples/10-tables/08-table-lookup.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/05-control-change.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/03-midi-envelope.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/01-midi-scan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/06-midi-out.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/02-notein-object.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/07-midifile-with-mido.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  copying pyo/examples/16-midi/04-simple-midi-synth.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  copying pyo/examples/17-osc/04-receive-list.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  copying pyo/examples/17-osc/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  copying pyo/examples/17-osc/02-receive-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  copying pyo/examples/17-osc/03-send-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  copying pyo/examples/17-osc/05-send-receive-data.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  copying pyo/examples/17-osc/01-osc-scan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

  copying pyo/examples/19-multirate/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

  copying pyo/examples/19-multirate/01-multi-rate-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

  copying pyo/examples/19-multirate/02-multi-rate-synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

  copying pyo/examples/20-multicore/01-processes-spawning.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

  copying pyo/examples/20-multicore/04-data-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

  copying pyo/examples/20-multicore/03-synchronization.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

  copying pyo/examples/20-multicore/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

  copying pyo/examples/20-multicore/02-sharing-audio.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/03-set-method.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/02-get-method.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/06-batch-synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/08-multiple-threads.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/01-list-to-audio-file.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/05-batch-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/04-buffer-interface.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/09-audio-mixer.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  copying pyo/examples/21-utilities/07-upsamp-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/14-post-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/03-instruments.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/04-custom-params.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/12-sharing-values.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/10-arithmetic-ops.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/08-function-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/06-randoms.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/13-using-audio-objects.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/01-simple-sequences.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/05-complex-sequences.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/11-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/09-embedding-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/07-managing-scales.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  copying pyo/examples/22-events/02-parameters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/02-audio-in.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/09-multiple-outputs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/04-let-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/05-define-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/03-multiple-inputs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/06-var-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/07-condition.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/08-load-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/01-simple-expression.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

  copying pyo/examples/algorithmic/02_scale_snap.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

  copying pyo/examples/algorithmic/04_drum_machine.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

  copying pyo/examples/algorithmic/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

  copying pyo/examples/algorithmic/03_melody_algo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

  copying pyo/examples/algorithmic/01_music_box.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/03_fft_morph.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/01_fft_filter.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/08_fft_spec.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/02_fft_cross.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/07_fft_stretch.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/04_fft_gate.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/05_fft_delay.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  copying pyo/examples/fft/06_fft_vectral.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

  copying pyo/examples/matrix/02_matrix_record.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

  copying pyo/examples/matrix/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

  copying pyo/examples/matrix/03_matrix_algo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

  copying pyo/examples/matrix/04_matrix_rec_loop.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

  copying pyo/examples/matrix/01_wave_terrain.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

  copying pyo/examples/sampling/03_rec_and_loop.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

  copying pyo/examples/sampling/01_sound_cloud.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

  copying pyo/examples/sampling/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

  copying pyo/examples/sampling/02_live_looper.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

  copying pyo/examples/sampling/04_live_convolution.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

  copying pyo/examples/sequencing/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

  copying pyo/examples/sequencing/01_starttime_duration.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

  copying pyo/examples/sequencing/03_function_call.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

  copying pyo/examples/sequencing/02_random_score.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/05_ring_mod_class.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/06_lfo_controls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/03_cos_waveshaping.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/06_paf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/04_granule.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/04_degrade_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/08_bucket_brigade_device.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/07_split_sideband_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/01_pulsar_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  copying pyo/examples/synthesis/02_FM3.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

  creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

  copying pyo/examples/wxgui/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

  copying pyo/examples/wxgui/01_gui_widgets_example.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

  copying pyo/lib/snds/IRMediumHallStereo.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/transparent.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/accord.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/ControlRead_example_test_000 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/ControlRead_example_test_001 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/NoteinRead_example_test_000 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/lib/snds/NoteinRead_example_test_001 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

  copying pyo/editor/styles/Custom -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Default -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Espresso -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Smooth -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Soft -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Monokai-Soda -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Solarized (dark) -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/styles/Solarized (light) -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

  copying pyo/editor/snippets/Audio/SoundPlayer -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

  copying pyo/editor/snippets/Audio/TableOsc -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

  copying pyo/editor/snippets/Control/ChorusJit -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

  copying pyo/editor/snippets/Control/Vibrato -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

  copying pyo/editor/snippets/Interface/NewFrame -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

  copying pyo/editor/snippets/Interface/PaintPanel -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

  copying pyo/editor/snippets/Utilities/ChooseAudioDev -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

  copying pyo/editor/snippets/Utilities/Incrementor -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

  copying pyo/examples/23-expression/utils.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/filters.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/23-expression/generators.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

  copying pyo/examples/snds/alum1.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/alum2.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/alum3.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/alum4.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/baseballmajeur_m.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/drumloop.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/flute.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/ounkmaster.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/snd_1.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/snd_2.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/snd_3.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/snd_4.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/snd_5.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/snd_6.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  copying pyo/examples/snds/mapleleafrag.mid -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

  running build_ext

  building 'pyo._pyo' extension

  creating build/temp.macosx-10.14-arm64-3.8

  creating build/temp.macosx-10.14-arm64-3.8/src

  creating build/temp.macosx-10.14-arm64-3.8/src/engine

  creating build/temp.macosx-10.14-arm64-3.8/src/objects

  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -Iinclude -I/usr/include -I/usr/local/include -I/opt/local/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -c src/engine/pyomodule.c -o build/temp.macosx-10.14-arm64-3.8/src/engine/pyomodule.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG

  src/engine/pyomodule.c:25:10: fatal error: 'sndfile.h' file not found

  #include "sndfile.h"

           ^~~~~~~~~~~

  1 error generated.

  error: command 'clang' failed with exit status 1

  ----------------------------------------

  ERROR: Failed building wheel for pyo

  Running setup.py clean for pyo

Failed to build pyo

Installing collected packages: pyo

    Running setup.py install for pyo ... error

    ERROR: Command errored out with exit status 1:

     command: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-ooy2hhzu/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Python/3.8/include/pyo

         cwd: /private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/

    Complete output (313 lines):

    running install

    running build

    running build_py

    creating build

    creating build/lib.macosx-10.14-arm64-3.8

    creating build/lib.macosx-10.14-arm64-3.8/pyo

    copying pyo/_linux_wheel_fix_symlinks.py -> build/lib.macosx-10.14-arm64-3.8/pyo

    copying pyo/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo

    creating build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/matrix.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/arithmetic.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/effects.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/controls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/server.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/tableprocess.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/triggers.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/analysis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/_wxwidgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/phasevoc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/events.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/midi.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/pattern.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/_core.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/_widgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/utils.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/players.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/hrtf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/wxgui.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/tables.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/opensndctrl.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/pan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/randoms.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/fourier.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/expression.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/mmlmusic.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/_maps.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/dynamics.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/listener.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/_tkwidgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    copying pyo/lib/matrixprocess.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

    creating build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor

    copying pyo/editor/Tutorial_02_Flanger.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

    copying pyo/editor/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

    copying pyo/editor/EPyo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

    copying pyo/editor/Tutorial_03_TriTable.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

    copying pyo/editor/Tutorial_01_RingMod.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets

    copying pyo/editor/snippets/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

    copying pyo/editor/snippets/Audio/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

    copying pyo/editor/snippets/Control/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

    copying pyo/editor/snippets/Interface/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

    creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

    copying pyo/editor/snippets/Utilities/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples

    copying pyo/examples/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    copying pyo/examples/01-intro/03-parallel-proc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    copying pyo/examples/01-intro/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    copying pyo/examples/01-intro/02-sine-tone.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    copying pyo/examples/01-intro/04-serial-proc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    copying pyo/examples/01-intro/01-audio-server.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    copying pyo/examples/01-intro/05-output-channels.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/06-multichannel-expansion.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/05-math-ops.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/01-fixed-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/10-handling-channels-3.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/03-output-range.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/07-multichannel-expansion-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/02-dynamic-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/08-handling-channels.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/11-handling-channels-4.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/04-building-lfo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    copying pyo/examples/02-controls/09-handling-channels-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/06-random-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/03-fm-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/04-noise-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/01-complex-oscs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/05-strange-attractors.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    copying pyo/examples/03-generators/02-band-limited-oscs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/05-record-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/01-read-from-disk.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/02-read-from-disk-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/04-record-perf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/06-record-table.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    copying pyo/examples/04-soundfiles/03-read-from-ram.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    copying pyo/examples/05-envelopes/04-simple-envelopes.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    copying pyo/examples/05-envelopes/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    copying pyo/examples/05-envelopes/03-exponential-ramp.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    copying pyo/examples/05-envelopes/01-data-signal-conversion.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    copying pyo/examples/05-envelopes/05-breakpoints-functions.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    copying pyo/examples/05-envelopes/02-linear-ramp.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/04-phasing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/07-hilbert-transform.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/01-lowpass-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/02-bandpass-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/05-convolution-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/03-complex-resonator.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    copying pyo/examples/06-filters/06-vocoder.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/05-hand-made-chorus.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/02-schroeder-reverb.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/04-ping-pong-delay.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/01-flanger.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/06-hand-made-harmonizer.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    copying pyo/examples/07-effects/03-fuzz-disto.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

    copying pyo/examples/08-dynamics/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

    copying pyo/examples/08-dynamics/04-rms-tracing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

    copying pyo/examples/08-dynamics/02-ducking.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

    copying pyo/examples/08-dynamics/01-dynamic-range.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

    copying pyo/examples/08-dynamics/03-gated-verb.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

    copying pyo/examples/09-callbacks/03-delayed-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

    copying pyo/examples/09-callbacks/01-periodic-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

    copying pyo/examples/09-callbacks/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

    copying pyo/examples/09-callbacks/02-score-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/03-looping.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/04-granulation.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/05-micro-montage.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/01-envelopes.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/02-scrubbing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/06-table-stutter.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/07-moving-points.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    copying pyo/examples/10-tables/08-table-lookup.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/05-control-change.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/03-midi-envelope.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/01-midi-scan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/06-midi-out.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/02-notein-object.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/07-midifile-with-mido.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    copying pyo/examples/16-midi/04-simple-midi-synth.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    copying pyo/examples/17-osc/04-receive-list.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    copying pyo/examples/17-osc/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    copying pyo/examples/17-osc/02-receive-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    copying pyo/examples/17-osc/03-send-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    copying pyo/examples/17-osc/05-send-receive-data.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    copying pyo/examples/17-osc/01-osc-scan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

    copying pyo/examples/19-multirate/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

    copying pyo/examples/19-multirate/01-multi-rate-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

    copying pyo/examples/19-multirate/02-multi-rate-synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

    copying pyo/examples/20-multicore/01-processes-spawning.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

    copying pyo/examples/20-multicore/04-data-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

    copying pyo/examples/20-multicore/03-synchronization.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

    copying pyo/examples/20-multicore/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

    copying pyo/examples/20-multicore/02-sharing-audio.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/03-set-method.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/02-get-method.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/06-batch-synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/08-multiple-threads.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/01-list-to-audio-file.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/05-batch-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/04-buffer-interface.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/09-audio-mixer.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    copying pyo/examples/21-utilities/07-upsamp-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/14-post-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/03-instruments.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/04-custom-params.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/12-sharing-values.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/10-arithmetic-ops.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/08-function-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/06-randoms.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/13-using-audio-objects.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/01-simple-sequences.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/05-complex-sequences.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/11-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/09-embedding-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/07-managing-scales.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    copying pyo/examples/22-events/02-parameters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/02-audio-in.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/09-multiple-outputs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/04-let-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/05-define-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/03-multiple-inputs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/06-var-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/07-condition.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/08-load-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/01-simple-expression.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

    copying pyo/examples/algorithmic/02_scale_snap.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

    copying pyo/examples/algorithmic/04_drum_machine.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

    copying pyo/examples/algorithmic/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

    copying pyo/examples/algorithmic/03_melody_algo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

    copying pyo/examples/algorithmic/01_music_box.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/03_fft_morph.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/01_fft_filter.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/08_fft_spec.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/02_fft_cross.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/07_fft_stretch.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/04_fft_gate.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/05_fft_delay.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    copying pyo/examples/fft/06_fft_vectral.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

    copying pyo/examples/matrix/02_matrix_record.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

    copying pyo/examples/matrix/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

    copying pyo/examples/matrix/03_matrix_algo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

    copying pyo/examples/matrix/04_matrix_rec_loop.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

    copying pyo/examples/matrix/01_wave_terrain.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

    copying pyo/examples/sampling/03_rec_and_loop.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

    copying pyo/examples/sampling/01_sound_cloud.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

    copying pyo/examples/sampling/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

    copying pyo/examples/sampling/02_live_looper.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

    copying pyo/examples/sampling/04_live_convolution.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

    copying pyo/examples/sequencing/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

    copying pyo/examples/sequencing/01_starttime_duration.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

    copying pyo/examples/sequencing/03_function_call.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

    copying pyo/examples/sequencing/02_random_score.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/05_ring_mod_class.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/06_lfo_controls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/03_cos_waveshaping.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/06_paf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/04_granule.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/04_degrade_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/08_bucket_brigade_device.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/07_split_sideband_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/01_pulsar_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    copying pyo/examples/synthesis/02_FM3.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

    creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

    copying pyo/examples/wxgui/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

    copying pyo/examples/wxgui/01_gui_widgets_example.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

    copying pyo/lib/snds/IRMediumHallStereo.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/transparent.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/accord.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/ControlRead_example_test_000 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/ControlRead_example_test_001 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/NoteinRead_example_test_000 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/lib/snds/NoteinRead_example_test_001 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

    copying pyo/editor/styles/Custom -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Default -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Espresso -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Smooth -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Soft -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Monokai-Soda -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Solarized (dark) -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/styles/Solarized (light) -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

    copying pyo/editor/snippets/Audio/SoundPlayer -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

    copying pyo/editor/snippets/Audio/TableOsc -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

    copying pyo/editor/snippets/Control/ChorusJit -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

    copying pyo/editor/snippets/Control/Vibrato -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

    copying pyo/editor/snippets/Interface/NewFrame -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

    copying pyo/editor/snippets/Interface/PaintPanel -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

    copying pyo/editor/snippets/Utilities/ChooseAudioDev -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

    copying pyo/editor/snippets/Utilities/Incrementor -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

    copying pyo/examples/23-expression/utils.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/filters.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/23-expression/generators.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

    copying pyo/examples/snds/alum1.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/alum2.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/alum3.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/alum4.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/baseballmajeur_m.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/drumloop.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/flute.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/ounkmaster.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/snd_1.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/snd_2.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/snd_3.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/snd_4.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/snd_5.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/snd_6.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    copying pyo/examples/snds/mapleleafrag.mid -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

    running build_ext

    building 'pyo._pyo' extension

    creating build/temp.macosx-10.14-arm64-3.8

    creating build/temp.macosx-10.14-arm64-3.8/src

    creating build/temp.macosx-10.14-arm64-3.8/src/engine

    creating build/temp.macosx-10.14-arm64-3.8/src/objects

    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -Iinclude -I/usr/include -I/usr/local/include -I/opt/local/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -c src/engine/pyomodule.c -o build/temp.macosx-10.14-arm64-3.8/src/engine/pyomodule.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG

    src/engine/pyomodule.c:25:10: fatal error: 'sndfile.h' file not found

    #include "sndfile.h"

             ^~~~~~~~~~~

    1 error generated.

    error: command 'clang' failed with exit status 1

    ----------------------------------------

ERROR: Command errored out with exit status 1: /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-qlc9nb1z/pyo_647b87335f874b689d644da50a130462/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-ooy2hhzu/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Python/3.8/include/pyo Check the logs for full command output.

seanwayland@seans-MBP ~ % python3 -m pip install --user wxPython

Collecting wxPython

  Downloading wxPython-4.1.1.tar.gz (66.0 MB)

     |████████████████████████████████| 66.0 MB 35.4 MB/s            

  Preparing metadata (setup.py) ... done

Collecting pillow

  Downloading Pillow-8.4.0-cp38-cp38-macosx_11_0_arm64.whl (2.8 MB)

     |████████████████████████████████| 2.8 MB 17.9 MB/s            

Requirement already satisfied: six in /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages (from wxPython) (1.15.0)

Collecting numpy

  Downloading numpy-1.21.4-cp38-cp38-macosx_11_0_arm64.whl (12.3 MB)

     |████████████████████████████████| 12.3 MB 23.0 MB/s            

Building wheels for collected packages: wxPython

  Building wheel for wxPython (setup.py) ... done

  Created wheel for wxPython: filename=wxPython-4.1.1-cp38-cp38-macosx_10_14_arm64.whl size=17852530 sha256=d2875a3fbe2cd35ec075937e66b7a6acc994702967763be0481ebd589d674c25

  Stored in directory: /Users/seanwayland/Library/Caches/pip/wheels/5a/ae/0f/b42a4467b0d4696ffe6e3488515560b67cef50a6b880a58d46

Successfully built wxPython

Installing collected packages: pillow, numpy, wxPython

  WARNING: The scripts f2py, f2py3 and f2py3.8 are installed in '/Users/seanwayland/Library/Python/3.8/bin' which is not on PATH.

  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

  WARNING: The scripts helpviewer, img2png, img2py, img2xpm, pycrust, pyshell, pyslices, pyslicesshell, pywxrc, wxdemo, wxdocs and wxget are installed in '/Users/seanwayland/Library/Python/3.8/bin' which is not on PATH.

  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Successfully installed numpy-1.21.4 pillow-8.4.0 wxPython-4.1.1

seanwayland@seans-MBP ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

==> Checking for `sudo` access (which may request your password)...

Password:

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew

==> The following new directories will be created:

/opt/homebrew/bin

/opt/homebrew/etc

/opt/homebrew/include

/opt/homebrew/lib

/opt/homebrew/sbin

/opt/homebrew/share

/opt/homebrew/var

/opt/homebrew/opt

/opt/homebrew/share/zsh

/opt/homebrew/share/zsh/site-functions

/opt/homebrew/var/homebrew

/opt/homebrew/var/homebrew/linked

/opt/homebrew/Cellar

/opt/homebrew/Caskroom

/opt/homebrew/Frameworks

==> The Xcode Command Line Tools will be installed.


Press RETURN to continue or any other key to abort:

==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew

==> /usr/bin/sudo /usr/sbin/chown root:wheel /opt/homebrew

==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /bin/chmod ug=rwx /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /bin/chmod go-w /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions

==> /usr/bin/sudo /usr/sbin/chown seanwayland /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /usr/bin/chgrp admin /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /usr/sbin/chown -R seanwayland:admin /opt/homebrew

==> /usr/bin/sudo /bin/mkdir -p /Users/seanwayland/Library/Caches/Homebrew

==> /usr/bin/sudo /bin/chmod g+rwx /Users/seanwayland/Library/Caches/Homebrew

==> /usr/bin/sudo /usr/sbin/chown -R seanwayland /Users/seanwayland/Library/Caches/Homebrew

==> Searching online for the Command Line Tools

==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress


==> Installing Command Line Tools for Xcode-13.1

==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ for\ Xcode-13.1

Software Update Tool


Finding available software


Downloading Command Line Tools for Xcode

Downloaded Command Line Tools for Xcode

Installing Command Line Tools for Xcode

Done with Command Line Tools for Xcode

Done.

==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress

==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools

==> Downloading and installing Homebrew...

remote: Enumerating objects: 198480, done.

remote: Counting objects: 100% (489/489), done.

remote: Compressing objects: 100% (298/298), done.

remote: Total 198480 (delta 227), reused 403 (delta 174), pack-reused 197991

Receiving objects: 100% (198480/198480), 54.35 MiB | 13.02 MiB/s, done.

Resolving deltas: 100% (146541/146541), done.

From https://github.com/Homebrew/brew

 * [new branch]          dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.3 -> origin/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.3

 * [new branch]          master     -> origin/master

 * [new tag]             0.1        -> 0.1

 * [new tag]             0.2        -> 0.2

 * [new tag]             0.3        -> 0.3

 * [new tag]             0.4        -> 0.4

 * [new tag]             0.5        -> 0.5

 * [new tag]             0.6        -> 0.6

 * [new tag]             0.7        -> 0.7

 * [new tag]             0.7.1      -> 0.7.1

 * [new tag]             0.8        -> 0.8

 * [new tag]             0.8.1      -> 0.8.1

 * [new tag]             0.9        -> 0.9

 * [new tag]             0.9.1      -> 0.9.1

 * [new tag]             0.9.2      -> 0.9.2

 * [new tag]             0.9.3      -> 0.9.3

 * [new tag]             0.9.4      -> 0.9.4

 * [new tag]             0.9.5      -> 0.9.5

 * [new tag]             0.9.8      -> 0.9.8

 * [new tag]             0.9.9      -> 0.9.9

 * [new tag]             1.0.0      -> 1.0.0

 * [new tag]             1.0.1      -> 1.0.1

 * [new tag]             1.0.2      -> 1.0.2

 * [new tag]             1.0.3      -> 1.0.3

 * [new tag]             1.0.4      -> 1.0.4

 * [new tag]             1.0.5      -> 1.0.5

 * [new tag]             1.0.6      -> 1.0.6

 * [new tag]             1.0.7      -> 1.0.7

 * [new tag]             1.0.8      -> 1.0.8

 * [new tag]             1.0.9      -> 1.0.9

 * [new tag]             1.1.0      -> 1.1.0

 * [new tag]             1.1.1      -> 1.1.1

 * [new tag]             1.1.10     -> 1.1.10

 * [new tag]             1.1.11     -> 1.1.11

 * [new tag]             1.1.12     -> 1.1.12

 * [new tag]             1.1.13     -> 1.1.13

 * [new tag]             1.1.2      -> 1.1.2

 * [new tag]             1.1.3      -> 1.1.3

 * [new tag]             1.1.4      -> 1.1.4

 * [new tag]             1.1.5      -> 1.1.5

 * [new tag]             1.1.6      -> 1.1.6

 * [new tag]             1.1.7      -> 1.1.7

 * [new tag]             1.1.8      -> 1.1.8

 * [new tag]             1.1.9      -> 1.1.9

 * [new tag]             1.2.0      -> 1.2.0

 * [new tag]             1.2.1      -> 1.2.1

 * [new tag]             1.2.2      -> 1.2.2

 * [new tag]             1.2.3      -> 1.2.3

 * [new tag]             1.2.4      -> 1.2.4

 * [new tag]             1.2.5      -> 1.2.5

 * [new tag]             1.2.6      -> 1.2.6

 * [new tag]             1.3.0      -> 1.3.0

 * [new tag]             1.3.1      -> 1.3.1

 * [new tag]             1.3.2      -> 1.3.2

 * [new tag]             1.3.3      -> 1.3.3

 * [new tag]             1.3.4      -> 1.3.4

 * [new tag]             1.3.5      -> 1.3.5

 * [new tag]             1.3.6      -> 1.3.6

 * [new tag]             1.3.7      -> 1.3.7

 * [new tag]             1.3.8      -> 1.3.8

 * [new tag]             1.3.9      -> 1.3.9

 * [new tag]             1.4.0      -> 1.4.0

 * [new tag]             1.4.1      -> 1.4.1

 * [new tag]             1.4.2      -> 1.4.2

 * [new tag]             1.4.3      -> 1.4.3

 * [new tag]             1.5.0      -> 1.5.0

 * [new tag]             1.5.1      -> 1.5.1

 * [new tag]             1.5.10     -> 1.5.10

 * [new tag]             1.5.11     -> 1.5.11

 * [new tag]             1.5.12     -> 1.5.12

 * [new tag]             1.5.13     -> 1.5.13

 * [new tag]             1.5.14     -> 1.5.14

 * [new tag]             1.5.2      -> 1.5.2

 * [new tag]             1.5.3      -> 1.5.3

 * [new tag]             1.5.4      -> 1.5.4

 * [new tag]             1.5.5      -> 1.5.5

 * [new tag]             1.5.6      -> 1.5.6

 * [new tag]             1.5.7      -> 1.5.7

 * [new tag]             1.5.8      -> 1.5.8

 * [new tag]             1.5.9      -> 1.5.9

 * [new tag]             1.6.0      -> 1.6.0

 * [new tag]             1.6.1      -> 1.6.1

 * [new tag]             1.6.10     -> 1.6.10

 * [new tag]             1.6.11     -> 1.6.11

 * [new tag]             1.6.12     -> 1.6.12

 * [new tag]             1.6.13     -> 1.6.13

 * [new tag]             1.6.14     -> 1.6.14

 * [new tag]             1.6.15     -> 1.6.15

 * [new tag]             1.6.16     -> 1.6.16

 * [new tag]             1.6.17     -> 1.6.17

 * [new tag]             1.6.2      -> 1.6.2

 * [new tag]             1.6.3      -> 1.6.3

 * [new tag]             1.6.4      -> 1.6.4

 * [new tag]             1.6.5      -> 1.6.5

 * [new tag]             1.6.6      -> 1.6.6

 * [new tag]             1.6.7      -> 1.6.7

 * [new tag]             1.6.8      -> 1.6.8

 * [new tag]             1.6.9      -> 1.6.9

 * [new tag]             1.7.0      -> 1.7.0

 * [new tag]             1.7.1      -> 1.7.1

 * [new tag]             1.7.2      -> 1.7.2

 * [new tag]             1.7.3      -> 1.7.3

 * [new tag]             1.7.4      -> 1.7.4

 * [new tag]             1.7.5      -> 1.7.5

 * [new tag]             1.7.6      -> 1.7.6

 * [new tag]             1.7.7      -> 1.7.7

 * [new tag]             1.8.0      -> 1.8.0

 * [new tag]             1.8.1      -> 1.8.1

 * [new tag]             1.8.2      -> 1.8.2

 * [new tag]             1.8.3      -> 1.8.3

 * [new tag]             1.8.4      -> 1.8.4

 * [new tag]             1.8.5      -> 1.8.5

 * [new tag]             1.8.6      -> 1.8.6

 * [new tag]             1.9.0      -> 1.9.0

 * [new tag]             1.9.1      -> 1.9.1

 * [new tag]             1.9.2      -> 1.9.2

 * [new tag]             1.9.3      -> 1.9.3

 * [new tag]             2.0.0      -> 2.0.0

 * [new tag]             2.0.1      -> 2.0.1

 * [new tag]             2.0.2      -> 2.0.2

 * [new tag]             2.0.3      -> 2.0.3

 * [new tag]             2.0.4      -> 2.0.4

 * [new tag]             2.0.5      -> 2.0.5

 * [new tag]             2.0.6      -> 2.0.6

 * [new tag]             2.1.0      -> 2.1.0

 * [new tag]             2.1.1      -> 2.1.1

 * [new tag]             2.1.10     -> 2.1.10

 * [new tag]             2.1.11     -> 2.1.11

 * [new tag]             2.1.12     -> 2.1.12

 * [new tag]             2.1.13     -> 2.1.13

 * [new tag]             2.1.14     -> 2.1.14

 * [new tag]             2.1.15     -> 2.1.15

 * [new tag]             2.1.16     -> 2.1.16

 * [new tag]             2.1.2      -> 2.1.2

 * [new tag]             2.1.3      -> 2.1.3

 * [new tag]             2.1.4      -> 2.1.4

 * [new tag]             2.1.5      -> 2.1.5

 * [new tag]             2.1.6      -> 2.1.6

 * [new tag]             2.1.7      -> 2.1.7

 * [new tag]             2.1.8      -> 2.1.8

 * [new tag]             2.1.9      -> 2.1.9

 * [new tag]             2.2.0      -> 2.2.0

 * [new tag]             2.2.1      -> 2.2.1

 * [new tag]             2.2.10     -> 2.2.10

 * [new tag]             2.2.11     -> 2.2.11

 * [new tag]             2.2.12     -> 2.2.12

 * [new tag]             2.2.13     -> 2.2.13

 * [new tag]             2.2.14     -> 2.2.14

 * [new tag]             2.2.15     -> 2.2.15

 * [new tag]             2.2.16     -> 2.2.16

 * [new tag]             2.2.17     -> 2.2.17

 * [new tag]             2.2.2      -> 2.2.2

 * [new tag]             2.2.3      -> 2.2.3

 * [new tag]             2.2.4      -> 2.2.4

 * [new tag]             2.2.5      -> 2.2.5

 * [new tag]             2.2.6      -> 2.2.6

 * [new tag]             2.2.7      -> 2.2.7

 * [new tag]             2.2.8      -> 2.2.8

 * [new tag]             2.2.9      -> 2.2.9

 * [new tag]             2.3.0      -> 2.3.0

 * [new tag]             2.4.0      -> 2.4.0

 * [new tag]             2.4.1      -> 2.4.1

 * [new tag]             2.4.10     -> 2.4.10

 * [new tag]             2.4.11     -> 2.4.11

 * [new tag]             2.4.12     -> 2.4.12

 * [new tag]             2.4.13     -> 2.4.13

 * [new tag]             2.4.14     -> 2.4.14

 * [new tag]             2.4.15     -> 2.4.15

 * [new tag]             2.4.16     -> 2.4.16

 * [new tag]             2.4.2      -> 2.4.2

 * [new tag]             2.4.3      -> 2.4.3

 * [new tag]             2.4.4      -> 2.4.4

 * [new tag]             2.4.5      -> 2.4.5

 * [new tag]             2.4.6      -> 2.4.6

 * [new tag]             2.4.7      -> 2.4.7

 * [new tag]             2.4.8      -> 2.4.8

 * [new tag]             2.4.9      -> 2.4.9

 * [new tag]             2.5.0      -> 2.5.0

 * [new tag]             2.5.1      -> 2.5.1

 * [new tag]             2.5.10     -> 2.5.10

 * [new tag]             2.5.11     -> 2.5.11

 * [new tag]             2.5.12     -> 2.5.12

 * [new tag]             2.5.2      -> 2.5.2

 * [new tag]             2.5.3      -> 2.5.3

 * [new tag]             2.5.4      -> 2.5.4

 * [new tag]             2.5.5      -> 2.5.5

 * [new tag]             2.5.6      -> 2.5.6

 * [new tag]             2.5.7      -> 2.5.7

 * [new tag]             2.5.8      -> 2.5.8

 * [new tag]             2.5.9      -> 2.5.9

 * [new tag]             2.6.0      -> 2.6.0

 * [new tag]             2.6.1      -> 2.6.1

 * [new tag]             2.6.2      -> 2.6.2

 * [new tag]             2.7.0      -> 2.7.0

 * [new tag]             2.7.1      -> 2.7.1

 * [new tag]             2.7.2      -> 2.7.2

 * [new tag]             2.7.3      -> 2.7.3

 * [new tag]             2.7.4      -> 2.7.4

 * [new tag]             2.7.5      -> 2.7.5

 * [new tag]             2.7.6      -> 2.7.6

 * [new tag]             2.7.7      -> 2.7.7

 * [new tag]             3.0.0      -> 3.0.0

 * [new tag]             3.0.1      -> 3.0.1

 * [new tag]             3.0.10     -> 3.0.10

 * [new tag]             3.0.11     -> 3.0.11

 * [new tag]             3.0.2      -> 3.0.2

 * [new tag]             3.0.3      -> 3.0.3

 * [new tag]             3.0.4      -> 3.0.4

 * [new tag]             3.0.5      -> 3.0.5

 * [new tag]             3.0.6      -> 3.0.6

 * [new tag]             3.0.7      -> 3.0.7

 * [new tag]             3.0.8      -> 3.0.8

 * [new tag]             3.0.9      -> 3.0.9

 * [new tag]             3.1.0      -> 3.1.0

 * [new tag]             3.1.1      -> 3.1.1

 * [new tag]             3.1.10     -> 3.1.10

 * [new tag]             3.1.11     -> 3.1.11

 * [new tag]             3.1.12     -> 3.1.12

 * [new tag]             3.1.2      -> 3.1.2

 * [new tag]             3.1.3      -> 3.1.3

 * [new tag]             3.1.4      -> 3.1.4

 * [new tag]             3.1.5      -> 3.1.5

 * [new tag]             3.1.6      -> 3.1.6

 * [new tag]             3.1.7      -> 3.1.7

 * [new tag]             3.1.8      -> 3.1.8

 * [new tag]             3.1.9      -> 3.1.9

 * [new tag]             3.2.0      -> 3.2.0

 * [new tag]             3.2.1      -> 3.2.1

 * [new tag]             3.2.10     -> 3.2.10

 * [new tag]             3.2.11     -> 3.2.11

 * [new tag]             3.2.12     -> 3.2.12

 * [new tag]             3.2.13     -> 3.2.13

 * [new tag]             3.2.14     -> 3.2.14

 * [new tag]             3.2.15     -> 3.2.15

 * [new tag]             3.2.16     -> 3.2.16

 * [new tag]             3.2.17     -> 3.2.17

 * [new tag]             3.2.2      -> 3.2.2

 * [new tag]             3.2.3      -> 3.2.3

 * [new tag]             3.2.4      -> 3.2.4

 * [new tag]             3.2.5      -> 3.2.5

 * [new tag]             3.2.6      -> 3.2.6

 * [new tag]             3.2.7      -> 3.2.7

 * [new tag]             3.2.8      -> 3.2.8

 * [new tag]             3.2.9      -> 3.2.9

 * [new tag]             3.3.0      -> 3.3.0

 * [new tag]             3.3.1      -> 3.3.1

 * [new tag]             3.3.2      -> 3.3.2

 * [new tag]             3.3.3      -> 3.3.3

 * [new tag]             3.3.4      -> 3.3.4

 * [new tag]             3.3.5      -> 3.3.5

 * [new tag]             3.3.6      -> 3.3.6

HEAD is now at 5096d6eab Merge pull request #12515 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.5.6

==> Tapping homebrew/core

remote: Enumerating objects: 1103966, done.

remote: Counting objects: 100% (20/20), done.

remote: Compressing objects: 100% (14/14), done.

remote: Total 1103966 (delta 10), reused 13 (delta 6), pack-reused 1103946

Receiving objects: 100% (1103966/1103966), 427.56 MiB | 15.44 MiB/s, done.

Resolving deltas: 100% (761505/761505), done.

From https://github.com/Homebrew/homebrew-core

 * [new branch]              master     -> origin/master

HEAD is now at e5e57c81800 git-remote-codecommit: update 1.16 bottle.

Warning: /opt/homebrew/bin is not in your PATH.

  Instructions on how to configure your shell for Homebrew

  can be found in the 'Next steps' section below.

==> Installation successful!


==> Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

  https://docs.brew.sh/Analytics

No analytics data has been sent yet (nor will any be during this install run).


==> Homebrew is run entirely by unpaid volunteers. Please consider donating:

  https://github.com/Homebrew/brew#donations


==> Next steps:

- Run these two commands in your terminal to add Homebrew to your PATH:

    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/seanwayland/.zprofile

    eval "$(/opt/homebrew/bin/brew shellenv)"

- Run brew help to get started

- Further documentation:

    https://docs.brew.sh


seanwayland@seans-MBP ~ % 

seanwayland@seans-MBP ~ % brew install liblo libsndfile portaudio portmidi

zsh: command not found: brew

seanwayland@seans-MBP ~ % nano ~/.zshrc

seanwayland@seans-MBP ~ % source ~/.zshrc

seanwayland@seans-MBP ~ % brew install liblo libsndfile portaudio portmidi

==> Downloading https://ghcr.io/v2/homebrew/core/liblo/manifests/0.31

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/liblo/blobs/sha256:ec5eeaedb57f

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/libogg/manifests/1.3.5

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/libogg/blobs/sha256:119687ca301

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/flac/manifests/1.3.3-1

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/flac/blobs/sha256:17dfe556bd6df

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/libvorbis/manifests/1.3.7

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/libvorbis/blobs/sha256:521810a7

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/opus/manifests/1.3.1-1

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/opus/blobs/sha256:f7e4d08500365

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/manifests/1.0.31

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/libsndfile/blobs/sha256:b95e410

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/portaudio/manifests/19.7.0-1

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/portaudio/blobs/sha256:8f390bc5

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/portmidi/manifests/217_2-2

######################################################################## 100.0%

==> Downloading https://ghcr.io/v2/homebrew/core/portmidi/blobs/sha256:22d94369f

==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh

######################################################################## 100.0%

==> Pouring liblo--0.31.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/liblo/0.31: 24 files, 460.8KB

==> Running `brew cleanup liblo`...

Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.

Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

==> Installing dependencies for libsndfile: libogg, flac, libvorbis and opus

==> Installing libsndfile dependency: libogg

==> Pouring libogg--1.3.5.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/libogg/1.3.5: 97 files, 513.3KB

==> Installing libsndfile dependency: flac

==> Pouring flac--1.3.3.arm64_monterey.bottle.1.tar.gz

🍺  /opt/homebrew/Cellar/flac/1.3.3: 57 files, 2.5MB

==> Installing libsndfile dependency: libvorbis

==> Pouring libvorbis--1.3.7.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/libvorbis/1.3.7: 157 files, 2.4MB

==> Installing libsndfile dependency: opus

==> Pouring opus--1.3.1.arm64_monterey.bottle.1.tar.gz

🍺  /opt/homebrew/Cellar/opus/1.3.1: 15 files, 980.5KB

==> Installing libsndfile

==> Pouring libsndfile--1.0.31.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/libsndfile/1.0.31: 49 files, 1.9MB

==> Running `brew cleanup libsndfile`...

==> Pouring portaudio--19.7.0.arm64_monterey.bottle.1.tar.gz

🍺  /opt/homebrew/Cellar/portaudio/19.7.0: 33 files, 543.2KB

==> Running `brew cleanup portaudio`...

==> Pouring portmidi--217_2.arm64_monterey.bottle.2.tar.gz

🍺  /opt/homebrew/Cellar/portmidi/217_2: 8 files, 142.2KB

==> Running `brew cleanup portmidi`...

seanwayland@seans-MBP ~ % git clone https://github.com/belangeo/pyo.git

Cloning into 'pyo'...

remote: Enumerating objects: 20578, done.

remote: Counting objects: 100% (1278/1278), done.

remote: Compressing objects: 100% (810/810), done.

remote: Total 20578 (delta 930), reused 755 (delta 466), pack-reused 19300

Receiving objects: 100% (20578/20578), 21.22 MiB | 15.88 MiB/s, done.

Resolving deltas: 100% (15106/15106), done.

seanwayland@seans-MBP ~ % cd pyo

seanwayland@seans-MBP pyo % python setup.py install --use-coreaudio --use-double 

running install

error: can't create or remove files in install directory


The following error occurred while trying to add or remove files in the

installation directory:


    [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-32141.write-test'


The installation directory you specified (via --install-dir, --prefix, or

the distutils default setting) was:


    /Library/Python/2.7/site-packages/


Perhaps your account does not have write access to this directory?  If the

installation directory is a system-owned directory, you may need to sign in

as the administrator or "root" account.  If you do not have administrative

access to this machine, you may wish to choose a different installation

directory, preferably one that is listed in your PYTHONPATH environment

variable.


For information on other options, you may wish to consult the

documentation at:


  https://setuptools.readthedocs.io/en/latest/easy_install.html


Please make the appropriate changes for your system and try again.


seanwayland@seans-MBP pyo % sudo python setup.py install --use-coreaudio --use-double

Password:

running install

running bdist_egg

running egg_info

creating pyo.egg-info

writing pyo.egg-info/PKG-INFO

writing top-level names to pyo.egg-info/top_level.txt

writing dependency_links to pyo.egg-info/dependency_links.txt

writing entry points to pyo.egg-info/entry_points.txt

writing manifest file 'pyo.egg-info/SOURCES.txt'

reading manifest file 'pyo.egg-info/SOURCES.txt'

reading manifest template 'MANIFEST.in'

writing manifest file 'pyo.egg-info/SOURCES.txt'

installing library code to build/bdist.macosx-12.0-arm64/egg

running install_lib

running build_py

creating build

creating build/lib.macosx-12.0-arm64-2.7

creating build/lib.macosx-12.0-arm64-2.7/pyo

copying pyo/_linux_wheel_fix_symlinks.py -> build/lib.macosx-12.0-arm64-2.7/pyo

copying pyo/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo

creating build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/matrix.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/arithmetic.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/effects.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/controls.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/server.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/tableprocess.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/triggers.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/analysis.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/_wxwidgets.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/phasevoc.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/events.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/midi.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/pattern.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/generators.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/_core.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/_widgets.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/utils.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/players.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/hrtf.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/wxgui.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/tables.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/opensndctrl.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/pan.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/randoms.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/fourier.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/expression.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/mmlmusic.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/filters.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/_maps.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/dynamics.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/listener.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/_tkwidgets.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

copying pyo/lib/matrixprocess.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib

creating build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor

copying pyo/editor/Tutorial_02_Flanger.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor

copying pyo/editor/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor

copying pyo/editor/EPyo.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor

copying pyo/editor/Tutorial_03_TriTable.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor

copying pyo/editor/Tutorial_01_RingMod.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets

copying pyo/editor/snippets/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Audio

copying pyo/editor/snippets/Audio/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Audio

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Control

copying pyo/editor/snippets/Control/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Control

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Interface

copying pyo/editor/snippets/Interface/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Interface

creating build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Utilities

copying pyo/editor/snippets/Utilities/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Utilities

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples

copying pyo/examples/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

copying pyo/examples/01-intro/03-parallel-proc.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

copying pyo/examples/01-intro/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

copying pyo/examples/01-intro/02-sine-tone.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

copying pyo/examples/01-intro/04-serial-proc.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

copying pyo/examples/01-intro/01-audio-server.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

copying pyo/examples/01-intro/05-output-channels.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/01-intro

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/06-multichannel-expansion.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/05-math-ops.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/01-fixed-control.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/10-handling-channels-3.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/03-output-range.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/07-multichannel-expansion-2.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/02-dynamic-control.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/08-handling-channels.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/11-handling-channels-4.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/04-building-lfo.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

copying pyo/examples/02-controls/09-handling-channels-2.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/02-controls

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/06-random-generators.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/03-fm-generators.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/04-noise-generators.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/01-complex-oscs.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/05-strange-attractors.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

copying pyo/examples/03-generators/02-band-limited-oscs.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/03-generators

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/05-record-streams.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/01-read-from-disk.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/02-read-from-disk-2.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/04-record-perf.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/06-record-table.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/03-read-from-ram.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/04-soundfiles

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/04-simple-envelopes.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/03-exponential-ramp.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/01-data-signal-conversion.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/05-breakpoints-functions.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/02-linear-ramp.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/05-envelopes

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/04-phasing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/07-hilbert-transform.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/01-lowpass-filters.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/02-bandpass-filters.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/05-convolution-filters.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/03-complex-resonator.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

copying pyo/examples/06-filters/06-vocoder.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/06-filters

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/05-hand-made-chorus.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/02-schroeder-reverb.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/04-ping-pong-delay.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/01-flanger.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/06-hand-made-harmonizer.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

copying pyo/examples/07-effects/03-fuzz-disto.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/07-effects

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/04-rms-tracing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/02-ducking.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/01-dynamic-range.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/03-gated-verb.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/08-dynamics

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/03-delayed-calls.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/01-periodic-calls.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/02-score-calls.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/09-callbacks

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/03-looping.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/04-granulation.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/05-micro-montage.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/01-envelopes.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/02-scrubbing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/06-table-stutter.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/07-moving-points.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

copying pyo/examples/10-tables/08-table-lookup.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/10-tables

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/05-control-change.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/03-midi-envelope.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/01-midi-scan.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/06-midi-out.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/02-notein-object.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/07-midifile-with-mido.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

copying pyo/examples/16-midi/04-simple-midi-synth.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/16-midi

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

copying pyo/examples/17-osc/04-receive-list.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

copying pyo/examples/17-osc/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

copying pyo/examples/17-osc/02-receive-streams.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

copying pyo/examples/17-osc/03-send-streams.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

copying pyo/examples/17-osc/05-send-receive-data.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

copying pyo/examples/17-osc/01-osc-scan.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/17-osc

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/19-multirate

copying pyo/examples/19-multirate/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/19-multirate

copying pyo/examples/19-multirate/01-multi-rate-processing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/19-multirate

copying pyo/examples/19-multirate/02-multi-rate-synthesis.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/19-multirate

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/20-multicore

copying pyo/examples/20-multicore/01-processes-spawning.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/20-multicore

copying pyo/examples/20-multicore/04-data-control.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/20-multicore

copying pyo/examples/20-multicore/03-synchronization.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/20-multicore

copying pyo/examples/20-multicore/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/20-multicore

copying pyo/examples/20-multicore/02-sharing-audio.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/20-multicore

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/03-set-method.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/02-get-method.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/06-batch-synthesis.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/08-multiple-threads.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/01-list-to-audio-file.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/05-batch-processing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/04-buffer-interface.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/09-audio-mixer.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

copying pyo/examples/21-utilities/07-upsamp-processing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/21-utilities

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/14-post-processing.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/03-instruments.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/04-custom-params.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/12-sharing-values.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/10-arithmetic-ops.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/08-function-calls.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/06-randoms.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/13-using-audio-objects.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/01-simple-sequences.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/05-complex-sequences.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/11-filters.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/09-embedding-generators.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/07-managing-scales.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

copying pyo/examples/22-events/02-parameters.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/22-events

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/02-audio-in.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/09-multiple-outputs.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/04-let-function.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/05-define-function.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/03-multiple-inputs.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/06-var-function.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/07-condition.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/08-load-function.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/01-simple-expression.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/algorithmic

copying pyo/examples/algorithmic/02_scale_snap.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/algorithmic

copying pyo/examples/algorithmic/04_drum_machine.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/algorithmic

copying pyo/examples/algorithmic/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/algorithmic

copying pyo/examples/algorithmic/03_melody_algo.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/algorithmic

copying pyo/examples/algorithmic/01_music_box.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/algorithmic

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/03_fft_morph.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/01_fft_filter.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/08_fft_spec.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/02_fft_cross.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/07_fft_stretch.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/04_fft_gate.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/05_fft_delay.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

copying pyo/examples/fft/06_fft_vectral.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/fft

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/matrix

copying pyo/examples/matrix/02_matrix_record.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/matrix

copying pyo/examples/matrix/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/matrix

copying pyo/examples/matrix/03_matrix_algo.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/matrix

copying pyo/examples/matrix/04_matrix_rec_loop.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/matrix

copying pyo/examples/matrix/01_wave_terrain.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/matrix

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/sampling

copying pyo/examples/sampling/03_rec_and_loop.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sampling

copying pyo/examples/sampling/01_sound_cloud.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sampling

copying pyo/examples/sampling/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sampling

copying pyo/examples/sampling/02_live_looper.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sampling

copying pyo/examples/sampling/04_live_convolution.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sampling

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/sequencing

copying pyo/examples/sequencing/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sequencing

copying pyo/examples/sequencing/01_starttime_duration.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sequencing

copying pyo/examples/sequencing/03_function_call.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sequencing

copying pyo/examples/sequencing/02_random_score.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/sequencing

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/05_ring_mod_class.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/06_lfo_controls.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/03_cos_waveshaping.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/06_paf.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/04_granule.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/04_degrade_synthesis.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/08_bucket_brigade_device.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/07_split_sideband_synthesis.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/01_pulsar_synthesis.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

copying pyo/examples/synthesis/02_FM3.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/synthesis

creating build/lib.macosx-12.0-arm64-2.7/pyo/examples/wxgui

copying pyo/examples/wxgui/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/wxgui

copying pyo/examples/wxgui/01_gui_widgets_example.py -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/wxgui

creating build/lib.macosx-12.0-arm64-2.7/pyo64

copying pyo64/__init__.py -> build/lib.macosx-12.0-arm64-2.7/pyo64

copying pyo/lib/snds/IRMediumHallStereo.wav -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/transparent.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/accord.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/ControlRead_example_test_000 -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/ControlRead_example_test_001 -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/NoteinRead_example_test_000 -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/lib/snds/NoteinRead_example_test_001 -> build/lib.macosx-12.0-arm64-2.7/pyo/lib/snds

copying pyo/editor/styles/Custom -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Default -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Espresso -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Smooth -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Soft -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Monokai-Soda -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Solarized (dark) -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/styles/Solarized (light) -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/styles

copying pyo/editor/snippets/Audio/SoundPlayer -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Audio

copying pyo/editor/snippets/Audio/TableOsc -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Audio

copying pyo/editor/snippets/Control/ChorusJit -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Control

copying pyo/editor/snippets/Control/Vibrato -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Control

copying pyo/editor/snippets/Interface/NewFrame -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Interface

copying pyo/editor/snippets/Interface/PaintPanel -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Interface

copying pyo/editor/snippets/Utilities/ChooseAudioDev -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Utilities

copying pyo/editor/snippets/Utilities/Incrementor -> build/lib.macosx-12.0-arm64-2.7/pyo/editor/snippets/Utilities

copying pyo/examples/23-expression/utils.expr -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/filters.expr -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/23-expression/generators.expr -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/23-expression

copying pyo/examples/snds/alum1.wav -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/alum2.wav -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/alum3.wav -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/alum4.wav -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/baseballmajeur_m.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/drumloop.wav -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/flute.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/ounkmaster.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/snd_1.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/snd_2.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/snd_3.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/snd_4.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/snd_5.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/snd_6.aif -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

copying pyo/examples/snds/mapleleafrag.mid -> build/lib.macosx-12.0-arm64-2.7/pyo/examples/snds

running build_ext

building 'pyo._pyo' extension

creating build/temp.macosx-12.0-arm64-2.7

creating build/temp.macosx-12.0-arm64-2.7/src

creating build/temp.macosx-12.0-arm64-2.7/src/engine

creating build/temp.macosx-12.0-arm64-2.7/src/objects

cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -DUSE_COREAUDIO -Iinclude -I/usr/include -I/usr/local/include -I/opt/local/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/engine/pyomodule.c -o build/temp.macosx-12.0-arm64-2.7/src/engine/pyomodule.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG

src/engine/pyomodule.c:24:10: fatal error: 'sndfile.h' file not found

#include "sndfile.h"

         ^~~~~~~~~~~

1 error generated.

error: command 'cc' failed with exit status 1

seanwayland@seans-MBP pyo % sudo python3 setup.py install --use-coreaudio --use-double

running install

running bdist_egg

running egg_info

writing pyo.egg-info/PKG-INFO

writing dependency_links to pyo.egg-info/dependency_links.txt

writing entry points to pyo.egg-info/entry_points.txt

writing top-level names to pyo.egg-info/top_level.txt

reading manifest file 'pyo.egg-info/SOURCES.txt'

reading manifest template 'MANIFEST.in'

writing manifest file 'pyo.egg-info/SOURCES.txt'

installing library code to build/bdist.macosx-10.14-arm64/egg

running install_lib

running build_py

creating build/lib.macosx-10.14-arm64-3.8

creating build/lib.macosx-10.14-arm64-3.8/pyo

copying pyo/_linux_wheel_fix_symlinks.py -> build/lib.macosx-10.14-arm64-3.8/pyo

copying pyo/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo

creating build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/matrix.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/arithmetic.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/effects.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/controls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/server.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/tableprocess.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/triggers.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/analysis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/_wxwidgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/phasevoc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/events.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/midi.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/pattern.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/_core.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/_widgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/utils.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/players.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/hrtf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/wxgui.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/tables.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/opensndctrl.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/pan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/randoms.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/fourier.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/expression.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/mmlmusic.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/_maps.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/dynamics.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/listener.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/_tkwidgets.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

copying pyo/lib/matrixprocess.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib

creating build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor

copying pyo/editor/Tutorial_02_Flanger.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

copying pyo/editor/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

copying pyo/editor/EPyo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

copying pyo/editor/Tutorial_03_TriTable.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

copying pyo/editor/Tutorial_01_RingMod.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets

copying pyo/editor/snippets/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

copying pyo/editor/snippets/Audio/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

copying pyo/editor/snippets/Control/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

copying pyo/editor/snippets/Interface/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

creating build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

copying pyo/editor/snippets/Utilities/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples

copying pyo/examples/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

copying pyo/examples/01-intro/03-parallel-proc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

copying pyo/examples/01-intro/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

copying pyo/examples/01-intro/02-sine-tone.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

copying pyo/examples/01-intro/04-serial-proc.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

copying pyo/examples/01-intro/01-audio-server.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

copying pyo/examples/01-intro/05-output-channels.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/01-intro

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/06-multichannel-expansion.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/05-math-ops.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/01-fixed-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/10-handling-channels-3.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/03-output-range.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/07-multichannel-expansion-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/02-dynamic-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/08-handling-channels.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/11-handling-channels-4.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/04-building-lfo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

copying pyo/examples/02-controls/09-handling-channels-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/02-controls

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/06-random-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/03-fm-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/04-noise-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/01-complex-oscs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/05-strange-attractors.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

copying pyo/examples/03-generators/02-band-limited-oscs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/03-generators

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/05-record-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/01-read-from-disk.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/02-read-from-disk-2.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/04-record-perf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/06-record-table.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

copying pyo/examples/04-soundfiles/03-read-from-ram.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/04-soundfiles

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/04-simple-envelopes.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/03-exponential-ramp.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/01-data-signal-conversion.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/05-breakpoints-functions.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

copying pyo/examples/05-envelopes/02-linear-ramp.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/05-envelopes

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/04-phasing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/07-hilbert-transform.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/01-lowpass-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/02-bandpass-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/05-convolution-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/03-complex-resonator.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

copying pyo/examples/06-filters/06-vocoder.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/06-filters

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/05-hand-made-chorus.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/02-schroeder-reverb.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/04-ping-pong-delay.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/01-flanger.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/06-hand-made-harmonizer.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

copying pyo/examples/07-effects/03-fuzz-disto.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/07-effects

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/04-rms-tracing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/02-ducking.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/01-dynamic-range.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

copying pyo/examples/08-dynamics/03-gated-verb.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/08-dynamics

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/03-delayed-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/01-periodic-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

copying pyo/examples/09-callbacks/02-score-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/09-callbacks

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/03-looping.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/04-granulation.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/05-micro-montage.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/01-envelopes.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/02-scrubbing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/06-table-stutter.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/07-moving-points.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

copying pyo/examples/10-tables/08-table-lookup.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/10-tables

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/05-control-change.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/03-midi-envelope.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/01-midi-scan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/06-midi-out.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/02-notein-object.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/07-midifile-with-mido.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

copying pyo/examples/16-midi/04-simple-midi-synth.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/16-midi

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

copying pyo/examples/17-osc/04-receive-list.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

copying pyo/examples/17-osc/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

copying pyo/examples/17-osc/02-receive-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

copying pyo/examples/17-osc/03-send-streams.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

copying pyo/examples/17-osc/05-send-receive-data.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

copying pyo/examples/17-osc/01-osc-scan.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/17-osc

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

copying pyo/examples/19-multirate/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

copying pyo/examples/19-multirate/01-multi-rate-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

copying pyo/examples/19-multirate/02-multi-rate-synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/19-multirate

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

copying pyo/examples/20-multicore/01-processes-spawning.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

copying pyo/examples/20-multicore/04-data-control.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

copying pyo/examples/20-multicore/03-synchronization.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

copying pyo/examples/20-multicore/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

copying pyo/examples/20-multicore/02-sharing-audio.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/20-multicore

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/03-set-method.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/02-get-method.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/06-batch-synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/08-multiple-threads.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/01-list-to-audio-file.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/05-batch-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/04-buffer-interface.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/09-audio-mixer.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

copying pyo/examples/21-utilities/07-upsamp-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/21-utilities

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/14-post-processing.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/03-instruments.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/04-custom-params.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/12-sharing-values.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/10-arithmetic-ops.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/08-function-calls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/06-randoms.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/13-using-audio-objects.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/01-simple-sequences.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/05-complex-sequences.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/11-filters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/09-embedding-generators.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/07-managing-scales.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

copying pyo/examples/22-events/02-parameters.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/22-events

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/02-audio-in.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/09-multiple-outputs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/04-let-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/05-define-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/03-multiple-inputs.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/06-var-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/07-condition.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/08-load-function.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/01-simple-expression.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

copying pyo/examples/algorithmic/02_scale_snap.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

copying pyo/examples/algorithmic/04_drum_machine.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

copying pyo/examples/algorithmic/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

copying pyo/examples/algorithmic/03_melody_algo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

copying pyo/examples/algorithmic/01_music_box.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/algorithmic

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/03_fft_morph.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/01_fft_filter.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/08_fft_spec.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/02_fft_cross.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/07_fft_stretch.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/04_fft_gate.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/05_fft_delay.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

copying pyo/examples/fft/06_fft_vectral.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/fft

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

copying pyo/examples/matrix/02_matrix_record.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

copying pyo/examples/matrix/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

copying pyo/examples/matrix/03_matrix_algo.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

copying pyo/examples/matrix/04_matrix_rec_loop.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

copying pyo/examples/matrix/01_wave_terrain.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/matrix

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

copying pyo/examples/sampling/03_rec_and_loop.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

copying pyo/examples/sampling/01_sound_cloud.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

copying pyo/examples/sampling/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

copying pyo/examples/sampling/02_live_looper.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

copying pyo/examples/sampling/04_live_convolution.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sampling

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

copying pyo/examples/sequencing/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

copying pyo/examples/sequencing/01_starttime_duration.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

copying pyo/examples/sequencing/03_function_call.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

copying pyo/examples/sequencing/02_random_score.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/sequencing

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/05_ring_mod_class.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/06_lfo_controls.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/03_cos_waveshaping.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/06_paf.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/04_granule.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/04_degrade_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/08_bucket_brigade_device.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/07_split_sideband_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/01_pulsar_synthesis.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

copying pyo/examples/synthesis/02_FM3.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/synthesis

creating build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

copying pyo/examples/wxgui/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

copying pyo/examples/wxgui/01_gui_widgets_example.py -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/wxgui

creating build/lib.macosx-10.14-arm64-3.8/pyo64

copying pyo64/__init__.py -> build/lib.macosx-10.14-arm64-3.8/pyo64

copying pyo/lib/snds/IRMediumHallStereo.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/transparent.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/accord.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/ControlRead_example_test_000 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/ControlRead_example_test_001 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/NoteinRead_example_test_000 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/lib/snds/NoteinRead_example_test_001 -> build/lib.macosx-10.14-arm64-3.8/pyo/lib/snds

copying pyo/editor/styles/Custom -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Default -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Espresso -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Smooth -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Soft -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Monokai-Soda -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Solarized (dark) -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/styles/Solarized (light) -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/styles

copying pyo/editor/snippets/Audio/SoundPlayer -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

copying pyo/editor/snippets/Audio/TableOsc -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Audio

copying pyo/editor/snippets/Control/ChorusJit -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

copying pyo/editor/snippets/Control/Vibrato -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Control

copying pyo/editor/snippets/Interface/NewFrame -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

copying pyo/editor/snippets/Interface/PaintPanel -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Interface

copying pyo/editor/snippets/Utilities/ChooseAudioDev -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

copying pyo/editor/snippets/Utilities/Incrementor -> build/lib.macosx-10.14-arm64-3.8/pyo/editor/snippets/Utilities

copying pyo/examples/23-expression/utils.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/filters.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/23-expression/generators.expr -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/23-expression

copying pyo/examples/snds/alum1.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/alum2.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/alum3.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/alum4.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/baseballmajeur_m.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/drumloop.wav -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/flute.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/ounkmaster.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/snd_1.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/snd_2.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/snd_3.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/snd_4.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/snd_5.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/snd_6.aif -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

copying pyo/examples/snds/mapleleafrag.mid -> build/lib.macosx-10.14-arm64-3.8/pyo/examples/snds

running build_ext

building 'pyo._pyo' extension

creating build/temp.macosx-10.14-arm64-3.8

creating build/temp.macosx-10.14-arm64-3.8/src

creating build/temp.macosx-10.14-arm64-3.8/src/engine

creating build/temp.macosx-10.14-arm64-3.8/src/objects

clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/Headers -arch arm64 -arch x86_64 -Werror=implicit-function-declaration -DUSE_PORTAUDIO -DUSE_PORTMIDI -DUSE_OSC -DUSE_COREAUDIO -Iinclude -I/usr/include -I/usr/local/include -I/opt/local/include -I/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 -c src/engine/pyomodule.c -o build/temp.macosx-10.14-arm64-3.8/src/engine/pyomodule.o -Wno-strict-prototypes -Wno-strict-aliasing -O3 -g0 -DNDEBUG

src/engine/pyomodule.c:24:10: fatal error: 'sndfile.h' file not found

#include "sndfile.h"

         ^~~~~~~~~~~

1 error generated.

error: command 'clang' failed with exit status 1

seanwayland@seans-MBP pyo % 

--


http://seanwayland.com

https://github.com/seanwayland



Sean Wayland           

US cell phone: +1 (347)5231455


Sean Wayland

unread,
Dec 5, 2021, 8:41:27 PM12/5/21
to pyo-d...@googlegroups.com
```

seanwayland@seans-MBP engine % brew install libsndfile

Warning: libsndfile 1.0.31 is already installed and up-to-date.

To reinstall 1.0.31, run:

  brew reinstall libsndfile

seanwayland@seans-MBP engine % 


111

Alexandros Drymonitis

unread,
Nov 10, 2022, 6:36:42 AM11/10/22
to pyo-discuss
Reviving this old thread, I'm trying to install Pyo with Pip on macOS big sur with an apply m1 chip, and I'm also getting this '"sndfile.h" file not found' error. I installed libsndfile with brew, and I cal locate the file in /opt/homebrew/include/sndfile.h, but still I get this error. Actually all dependencies mentioned here (http://ajaxsoundstudio.com/pyodoc/compiling.html#macos-homebrew) are located there. I guess that Pip is not looking in that directory. How can we direct Pip to look there? Or should we move the file to another place where Pip looks for?

Alexandros Drymonitis

unread,
Nov 10, 2022, 7:17:46 AM11/10/22
to pyo-discuss
To complicate things a bit more, I just tried to play a .wav file with sndfile-play and got this:
```
Playing sound not supported on this platform.
Pease feel free to submit a patch.
```
And from this pull request on libsndfile https://github.com/libsndfile/libsndfile/pull/355 is seems that they don't bother with macOS anymore. Or am I wrong? How much does this affect Pyo?

Bibiko

unread,
Nov 10, 2022, 7:22:39 AM11/10/22
to pyo-discuss
Hi,

I do it that way:

For macOS make sure portaudio, portmidi, liblo are installed (homebrew) =
AND can be found (consider setting environment variables LIBRARY_PATH =
and CPATH), then run

python3 setup.py install --use-double

My environment variables are set to:

export LIBRARY_PATH=3D"/opt/homebrew/lib:$LIBRARY_PATH"
export CPATH=3D"/opt/homebrew/include:$CPATH"

I'm on macOS Ventura 13.0 at MBP Apple M1 Max.

Hope, it helps.

Cheers, Hans

Olivier Bélanger

unread,
Nov 10, 2022, 8:08:33 AM11/10/22
to pyo-d...@googlegroups.com
Hi,

Truth is, you should not have to compile pyo yourself... Actually there are wheels for python 3.6 - 3.9, that's why pip calls setup.py if you're on python 3.10 or 3.11. Next release will have wheels up to 3.11, but I still have a couple of things to do before getting ready for the release.

Best solution, IMO, for the time being is to install python 3.9!, and install pyo with as usual (you'll get pre-compiled wheel).

Olivier


Alexandros

unread,
Nov 10, 2022, 10:01:14 AM11/10/22
to pyo-d...@googlegroups.com
So, Olivier, do you suggest setting the variables like Hans suggests and
then installing pyo with pip? If pip is targeted for Python 3.11, will
it work? Should I wait for wheels for 3.11?

You might already know that I'm in the process of writing a book on pyo,
and I want to include how to install pyo on all three OSes. There is
some time, so if wheels for 3.11 are coming in the near future, I'd
rather wait before I try anything else on macOS and Windows (as I have
to works on computers of friends for these OSes, since I don't have any
of these on my machines).

Thanks to both.
Alexandros
> git clonehttps://github.com/belangeo/pyo.git
> cd pyo
> python setup.py install --use-coreaudio --use-double
>
>
> Couldnt get it to complete ..
>
> Thanks for your help !!!
>
> Last login: Sun Dec5 19:57:31 on ttys000
> seanwayland@seans-MBP ~ %apt-get install python3-pip
>
> zsh: command not found: apt-get
>
> seanwayland@seans-MBP ~ % sudo apt-get install
> python-setuptools
>
> sudo: apt-get: command not found
>
> seanwayland@seans-MBP ~ % curl
> https://bootstrap.pypa.io/get-pip.py | python3
>
> % Total% Received % XferdAverage Speed TimeTime
> TimeCurrent
>
> DloadUpload Total SpentLeftSpeed
>
> 100 2108k100 2108k0 010.9M0 --:--:-- --:--:--
> *==>**Checking for `sudo` access (which may
> request your password)...*
>
> Password:
>
> *==>**This script will install:*
>
> /opt/homebrew/bin/brew
>
> /opt/homebrew/share/doc/homebrew
>
> /opt/homebrew/share/man/man1/brew.1
>
> /opt/homebrew/share/zsh/site-functions/_brew
>
> /opt/homebrew/etc/bash_completion.d/brew
>
> /opt/homebrew
>
> *==>**The following new directories will be created:*
>
> /opt/homebrew/bin
>
> /opt/homebrew/etc
>
> /opt/homebrew/include
>
> /opt/homebrew/lib
>
> /opt/homebrew/sbin
>
> /opt/homebrew/share
>
> /opt/homebrew/var
>
> /opt/homebrew/opt
>
> /opt/homebrew/share/zsh
>
> /opt/homebrew/share/zsh/site-functions
>
> /opt/homebrew/var/homebrew
>
> /opt/homebrew/var/homebrew/linked
>
> /opt/homebrew/Cellar
>
> /opt/homebrew/Caskroom
>
> /opt/homebrew/Frameworks
>
> *==>**The Xcode Command Line Tools will be installed.*
>
>
> Press *RETURN* to continue or any other key to abort:
>
> *==>**/usr/bin/sudo /bin/mkdir -p /opt/homebrew*
>
> *==>**/usr/bin/sudo /usr/sbin/chown root:wheel
> /opt/homebrew*
>
> *==>**/usr/bin/sudo /bin/mkdir -p
> /opt/homebrew/bin /opt/homebrew/etc
> /opt/homebrew/include /opt/homebrew/lib
> /opt/homebrew/sbin /opt/homebrew/share
> /opt/homebrew/var /opt/homebrew/opt
> /opt/homebrew/share/zsh
> /opt/homebrew/share/zsh/site-functions
> /opt/homebrew/var/homebrew
> /opt/homebrew/var/homebrew/linked
> /opt/homebrew/Cellar /opt/homebrew/Caskroom
> /opt/homebrew/Frameworks*
>
> *==>**/usr/bin/sudo /bin/chmod ug=rwx
> /opt/homebrew/bin /opt/homebrew/etc
> /opt/homebrew/include /opt/homebrew/lib
> /opt/homebrew/sbin /opt/homebrew/share
> /opt/homebrew/var /opt/homebrew/opt
> /opt/homebrew/share/zsh
> /opt/homebrew/share/zsh/site-functions
> /opt/homebrew/var/homebrew
> /opt/homebrew/var/homebrew/linked
> /opt/homebrew/Cellar /opt/homebrew/Caskroom
> /opt/homebrew/Frameworks*
>
> *==>**/usr/bin/sudo /bin/chmod go-w
> /opt/homebrew/share/zsh
> /opt/homebrew/share/zsh/site-functions*
>
> *==>**/usr/bin/sudo /usr/sbin/chown seanwayland
> /opt/homebrew/bin /opt/homebrew/etc
> /opt/homebrew/include /opt/homebrew/lib
> /opt/homebrew/sbin /opt/homebrew/share
> /opt/homebrew/var /opt/homebrew/opt
> /opt/homebrew/share/zsh
> /opt/homebrew/share/zsh/site-functions
> /opt/homebrew/var/homebrew
> /opt/homebrew/var/homebrew/linked
> /opt/homebrew/Cellar /opt/homebrew/Caskroom
> /opt/homebrew/Frameworks*
>
> *==>**/usr/bin/sudo /usr/bin/chgrp admin
> /opt/homebrew/bin /opt/homebrew/etc
> /opt/homebrew/include /opt/homebrew/lib
> /opt/homebrew/sbin /opt/homebrew/share
> /opt/homebrew/var /opt/homebrew/opt
> /opt/homebrew/share/zsh
> /opt/homebrew/share/zsh/site-functions
> /opt/homebrew/var/homebrew
> /opt/homebrew/var/homebrew/linked
> /opt/homebrew/Cellar /opt/homebrew/Caskroom
> /opt/homebrew/Frameworks*
>
> *==>**/usr/bin/sudo /usr/sbin/chown -R
> seanwayland:admin /opt/homebrew*
>
> *==>**/usr/bin/sudo /bin/mkdir -p
> /Users/seanwayland/Library/Caches/Homebrew*
>
> *==>**/usr/bin/sudo /bin/chmod g+rwx
> /Users/seanwayland/Library/Caches/Homebrew*
>
> *==>**/usr/bin/sudo /usr/sbin/chown -R seanwayland
> /Users/seanwayland/Library/Caches/Homebrew*
>
> *==>**Searching online for the Command Line Tools*
>
> *==>**/usr/bin/sudo /usr/bin/touch
> /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress*
>
>
> *==>**Installing Command Line Tools for Xcode-13.1*
>
> *==>**/usr/bin/sudo /usr/sbin/softwareupdate -i
> Command\ Line\ Tools\ for\ Xcode-13.1*
>
> Software Update Tool
>
>
> Finding available software
>
>
> Downloading Command Line Tools for Xcode
>
> Downloaded Command Line Tools for Xcode
>
> Installing Command Line Tools for Xcode
>
> Done with Command Line Tools for Xcode
>
> Done.
>
> *==>**/usr/bin/sudo /bin/rm -f
> /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress*
>
> *==>**/usr/bin/sudo /usr/bin/xcode-select --switch
> /Library/Developer/CommandLineTools*
>
> *==>**Downloading and installing Homebrew...*
> * [new tag] 1.1.1-> 1.1.1
> * [new tag] 1.5.1-> 1.5.1
>
> * [new tag] 1.5.10 -> 1.5.10
>
> * [new tag] 1.5.11 -> 1.5.11
>
> * [new tag] 1.5.12 -> 1.5.12
>
> * [new tag] 1.5.13 -> 1.5.13
>
> * [new tag] 1.5.14 -> 1.5.14
>
> * [new tag] 1.5.2-> 1.5.2
>
> * [new tag] 1.5.3-> 1.5.3
>
> * [new tag] 1.5.4-> 1.5.4
>
> * [new tag] 1.5.5-> 1.5.5
>
> * [new tag] 1.5.6-> 1.5.6
>
> * [new tag] 1.5.7-> 1.5.7
>
> * [new tag] 1.5.8-> 1.5.8
>
> * [new tag] 1.5.9-> 1.5.9
>
> * [new tag] 1.6.0-> 1.6.0
>
> * [new tag] 1.6.1-> 1.6.1
> * [new tag] 2.1.1-> 2.1.1
>
> * [new tag] 2.1.10 -> 2.1.10
>
> * [new tag] 2.1.11 -> 2.1.11
>
> * [new tag] 2.1.12 -> 2.1.12
>
> * [new tag] 2.1.13 -> 2.1.13
>
> * [new tag] 2.1.14 -> 2.1.14
>
> * [new tag] 2.1.15 -> 2.1.15
>
> * [new tag] 2.1.16 -> 2.1.16
>
> * [new tag] 2.1.2-> 2.1.2
>
> * [new tag] 2.1.3-> 2.1.3
>
> * [new tag] 2.1.4-> 2.1.4
>
> * [new tag] 2.1.5-> 2.1.5
>
> * [new tag] 2.1.6-> 2.1.6
>
> * [new tag] 2.1.7-> 2.1.7
>
> * [new tag] 2.1.8-> 2.1.8
>
> * [new tag] 2.1.9-> 2.1.9
>
> * [new tag] 2.2.0-> 2.2.0
>
> * [new tag] 2.2.1-> 2.2.1
>
> * [new tag] 2.2.10 -> 2.2.10
>
> * [new tag] 2.2.11 -> 2.2.11
>
> * [new tag] 2.2.12 -> 2.2.12
>
> * [new tag] 2.2.13 -> 2.2.13
>
> * [new tag] 2.2.14 -> 2.2.14
>
> * [new tag] 2.2.15 -> 2.2.15
>
> * [new tag] 2.2.16 -> 2.2.16
>
> * [new tag] 2.2.17 -> 2.2.17
>
> * [new tag] 2.2.2-> 2.2.2
>
> * [new tag] 2.2.3-> 2.2.3
>
> * [new tag] 2.2.4-> 2.2.4
>
> * [new tag] 2.2.5-> 2.2.5
>
> * [new tag] 2.2.6-> 2.2.6
>
> * [new tag] 2.2.7-> 2.2.7
>
> * [new tag] 2.2.8-> 2.2.8
>
> * [new tag] 2.2.9-> 2.2.9
>
> * [new tag] 2.3.0-> 2.3.0
>
> * [new tag] 2.4.0-> 2.4.0
>
> * [new tag] 2.4.1-> 2.4.1
>
> * [new tag] 2.4.10 -> 2.4.10
>
> * [new tag] 2.4.11 -> 2.4.11
>
> * [new tag] 2.4.12 -> 2.4.12
>
> * [new tag] 2.4.13 -> 2.4.13
>
> * [new tag] 2.4.14 -> 2.4.14
>
> * [new tag] 2.4.15 -> 2.4.15
>
> * [new tag] 2.4.16 -> 2.4.16
>
> * [new tag] 2.4.2-> 2.4.2
>
> * [new tag] 2.4.3-> 2.4.3
>
> * [new tag] 2.4.4-> 2.4.4
>
> * [new tag] 2.4.5-> 2.4.5
>
> * [new tag] 2.4.6-> 2.4.6
>
> * [new tag] 2.4.7-> 2.4.7
>
> * [new tag] 2.4.8-> 2.4.8
>
> * [new tag] 2.4.9-> 2.4.9
>
> * [new tag] 2.5.0-> 2.5.0
>
> * [new tag] 2.5.1-> 2.5.1
>
> * [new tag] 2.5.10 -> 2.5.10
>
> * [new tag] 2.5.11 -> 2.5.11
>
> * [new tag] 2.5.12 -> 2.5.12
>
> * [new tag] 2.5.2-> 2.5.2
>
> * [new tag] 2.5.3-> 2.5.3
>
> * [new tag] 2.5.4-> 2.5.4
>
> * [new tag] 2.5.5-> 2.5.5
>
> * [new tag] 2.5.6-> 2.5.6
>
> * [new tag] 2.5.7-> 2.5.7
>
> * [new tag] 2.5.8-> 2.5.8
>
> * [new tag] 2.5.9-> 2.5.9
>
> * [new tag] 2.6.0-> 2.6.0
>
> * [new tag] 2.6.1-> 2.6.1
>
> * [new tag] 2.6.2-> 2.6.2
>
> * [new tag] 2.7.0-> 2.7.0
>
> * [new tag] 2.7.1-> 2.7.1
>
> * [new tag] 2.7.2-> 2.7.2
>
> * [new tag] 2.7.3-> 2.7.3
>
> * [new tag] 2.7.4-> 2.7.4
>
> * [new tag] 2.7.5-> 2.7.5
>
> * [new tag] 2.7.6-> 2.7.6
>
> * [new tag] 2.7.7-> 2.7.7
>
> * [new tag] 3.0.0-> 3.0.0
>
> * [new tag] 3.0.1-> 3.0.1
>
> * [new tag] 3.0.10 -> 3.0.10
>
> * [new tag] 3.0.11 -> 3.0.11
>
> * [new tag] 3.0.2-> 3.0.2
>
> * [new tag] 3.0.3-> 3.0.3
>
> * [new tag] 3.0.4-> 3.0.4
>
> * [new tag] 3.0.5-> 3.0.5
>
> * [new tag] 3.0.6-> 3.0.6
>
> * [new tag] 3.0.7-> 3.0.7
>
> * [new tag] 3.0.8-> 3.0.8
>
> * [new tag] 3.0.9-> 3.0.9
>
> * [new tag] 3.1.0-> 3.1.0
>
> * [new tag] 3.1.1-> 3.1.1
>
> * [new tag] 3.1.10 -> 3.1.10
>
> * [new tag] 3.1.11 -> 3.1.11
>
> * [new tag] 3.1.12 -> 3.1.12
>
> * [new tag] 3.1.2-> 3.1.2
>
> * [new tag] 3.1.3-> 3.1.3
>
> * [new tag] 3.1.4-> 3.1.4
>
> * [new tag] 3.1.5-> 3.1.5
>
> * [new tag] 3.1.6-> 3.1.6
>
> * [new tag] 3.1.7-> 3.1.7
>
> * [new tag] 3.1.8-> 3.1.8
>
> * [new tag] 3.1.9-> 3.1.9
>
> * [new tag] 3.2.0-> 3.2.0
>
> * [new tag] 3.2.1-> 3.2.1
>
> * [new tag] 3.2.10 -> 3.2.10
>
> * [new tag] 3.2.11 -> 3.2.11
>
> * [new tag] 3.2.12 -> 3.2.12
>
> * [new tag] 3.2.13 -> 3.2.13
>
> * [new tag] 3.2.14 -> 3.2.14
>
> * [new tag] 3.2.15 -> 3.2.15
>
> * [new tag] 3.2.16 -> 3.2.16
>
> * [new tag] 3.2.17 -> 3.2.17
>
> * [new tag] 3.2.2-> 3.2.2
>
> * [new tag] 3.2.3-> 3.2.3
>
> * [new tag] 3.2.4-> 3.2.4
>
> * [new tag] 3.2.5-> 3.2.5
>
> * [new tag] 3.2.6-> 3.2.6
>
> * [new tag] 3.2.7-> 3.2.7
>
> * [new tag] 3.2.8-> 3.2.8
>
> * [new tag] 3.2.9-> 3.2.9
>
> * [new tag] 3.3.0-> 3.3.0
>
> * [new tag] 3.3.1-> 3.3.1
>
> * [new tag] 3.3.2-> 3.3.2
>
> * [new tag] 3.3.3-> 3.3.3
>
> * [new tag] 3.3.4-> 3.3.4
>
> * [new tag] 3.3.5-> 3.3.5
>
> * [new tag] 3.3.6-> 3.3.6
>
> HEAD is now at 5096d6eab Merge pull request #12515
> from
> Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.5.6
>
> *==>**Tapping homebrew/core*
>
> remote: Enumerating objects: 1103966, done.
>
> remote: Counting objects: 100% (20/20), done.
>
> remote: Compressing objects: 100% (14/14), done.
>
> remote: Total 1103966 (delta 10), reused 13 (delta
> 6), pack-reused 1103946
>
> Receiving objects: 100% (1103966/1103966), 427.56
> MiB | 15.44 MiB/s, done.
>
> Resolving deltas: 100% (761505/761505), done.
>
> From https://github.com/Homebrew/homebrew-core
>
> * [new branch]master -> origin/master
>
> HEAD is now at e5e57c81800 git-remote-codecommit:
> update 1.16 bottle.
>
> *Warning*: /opt/homebrew/bin is not in your PATH.
>
> Instructions on how to configure your shell for
> Homebrew
>
> can be found in the 'Next steps' section below.
>
> *==>**Installation successful!*
>
>
> *==>**Homebrew has enabled anonymous aggregate
> formulae and cask analytics.*
>
> *Read the analytics documentation (and how to
> opt-out) here:*
>
> ***https://docs.brew.sh/Analytics*
>
> No analytics data has been sent yet (nor will any
> be during this *install* run).
>
>
> *==>**Homebrew is run entirely by unpaid
> volunteers. Please consider donating:*
>
> https://github.com/Homebrew/brew#donations
>
>
> *==>**Next steps:*
>
> - Run these two commands in your terminal to add
> Homebrew to your *PATH*:
>
> echo 'eval "$(/opt/homebrew/bin/brew shellenv)"'
> >> /Users/seanwayland/.zprofile
>
> eval "$(/opt/homebrew/bin/brew shellenv)"
>
> - Run *brew help* to get started
>
> - Further documentation:
>
> https://docs.brew.sh
>
>
> seanwayland@seans-MBP ~ %
>
> seanwayland@seans-MBP ~ % brew install liblo
> libsndfile portaudio portmidi
>
> zsh: command not found: brew
>
> seanwayland@seans-MBP ~ % nano ~/.zshrc
>
> seanwayland@seans-MBP ~ % source ~/.zshrc
>
> seanwayland@seans-MBP ~ % brew install liblo
> libsndfile portaudio portmidi
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/liblo/manifests/0.31*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/liblo/blobs/sha256:ec5eeaedb57f*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/libogg/manifests/1.3.5*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/libogg/blobs/sha256:119687ca301*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/flac/manifests/1.3.3-1*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/flac/blobs/sha256:17dfe556bd6df*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/libvorbis/manifests/1.3.7*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/libvorbis/blobs/sha256:521810a7*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/opus/manifests/1.3.1-1*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/opus/blobs/sha256:f7e4d08500365*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/libsndfile/manifests/1.0.31*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/libsndfile/blobs/sha256:b95e410*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/portaudio/manifests/19.7.0-1*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/portaudio/blobs/sha256:8f390bc5*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/portmidi/manifests/217_2-2*
>
> ########################################################################
> 100.0%
>
> ==>*Downloading
> https://ghcr.io/v2/homebrew/core/portmidi/blobs/sha256:22d94369f*
>
> ==>*Downloading from
> https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh*
>
> ########################################################################
> 100.0%
>
> ==>*Pouring liblo--0.31.arm64_monterey.bottle.tar.gz*
>
> 🍺/opt/homebrew/Cellar/liblo/0.31: 24 files, 460.8KB
>
> ==>*Running `brew cleanup liblo`...*
>
> Disable this behaviour by setting
> HOMEBREW_NO_INSTALL_CLEANUP.
>
> Hide these hints with HOMEBREW_NO_ENV_HINTS (see
> `man brew`).
>
> ==>*Installing dependencies for libsndfile:
> **libogg**, **flac**, **libvorbis**and **opus*
>
> ==>*Installing libsndfile dependency: **libogg*
>
> ==>*Pouring
> libogg--1.3.5.arm64_monterey.bottle.tar.gz*
>
> 🍺/opt/homebrew/Cellar/libogg/1.3.5: 97 files, 513.3KB
>
> ==>*Installing libsndfile dependency: **flac*
>
> ==>*Pouring
> flac--1.3.3.arm64_monterey.bottle.1.tar.gz*
>
> 🍺/opt/homebrew/Cellar/flac/1.3.3: 57 files, 2.5MB
>
> ==>*Installing libsndfile dependency: **libvorbis*
>
> ==>*Pouring
> libvorbis--1.3.7.arm64_monterey.bottle.tar.gz*
>
> 🍺/opt/homebrew/Cellar/libvorbis/1.3.7: 157 files,
> 2.4MB
>
> ==>*Installing libsndfile dependency: **opus*
>
> ==>*Pouring
> opus--1.3.1.arm64_monterey.bottle.1.tar.gz*
>
> 🍺/opt/homebrew/Cellar/opus/1.3.1: 15 files, 980.5KB
>
> ==>*Installing **libsndfile*
>
> ==>*Pouring
> libsndfile--1.0.31.arm64_monterey.bottle.tar.gz*
>
> 🍺/opt/homebrew/Cellar/libsndfile/1.0.31: 49
> files, 1.9MB
>
> ==>*Running `brew cleanup libsndfile`...*
>
> ==>*Pouring
> portaudio--19.7.0.arm64_monterey.bottle.1.tar.gz*
>
> 🍺/opt/homebrew/Cellar/portaudio/19.7.0: 33 files,
> 543.2KB
>
> ==>*Running `brew cleanup portaudio`...*
>
> ==>*Pouring
> portmidi--217_2.arm64_monterey.bottle.2.tar.gz*
>
> 🍺/opt/homebrew/Cellar/portmidi/217_2: 8 files,
> 142.2KB
>
> ==>*Running `brew cleanup portmidi`...*
> this directory?If the
>
> installation directory is a system-owned
> directory, you may need to sign in
>
> as the administrator or "root" account.If you do
> *src/engine/pyomodule.c:24:10: **fatal error:
> **'sndfile.h' file not found*
>
> #include "sndfile.h"
>
> *^~~~~~~~~~~*
> *src/engine/pyomodule.c:24:10: **fatal error:
> **'sndfile.h' file not found*
>
> #include "sndfile.h"
>
> *^~~~~~~~~~~*
> <http://seanwayland.com/portfolio.html>
>
> https://github.com/seanwayland
>
>
>
> *Sean Wayland *
>
> US cell phone: +1 (347)5231455 <tel:(347)%20523-1455>
>
>
>
>
> --
>
>
> http://seanwayland.com
> <http://seanwayland.com/portfolio.html>
>
> https://github.com/seanwayland
>
>
>
> *Sean Wayland *
>
> US cell phone: +1 (347)5231455 <tel:(347)%20523-1455>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "pyo-discuss" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to pyo-discuss...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyo-discuss/da746a11-d0a0-4b4d-bc19-a10beb6c0308n%40googlegroups.com
> <https://groups.google.com/d/msgid/pyo-discuss/da746a11-d0a0-4b4d-bc19-a10beb6c0308n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "pyo-discuss" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pyo-discuss/i5TeF0MLx2U/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> pyo-discuss...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyo-discuss/CAMXBGhSdn%2BZVffv5yHximVPm8K7GFkENc9YtWTm-SqL0gMt32g%40mail.gmail.com
> <https://groups.google.com/d/msgid/pyo-discuss/CAMXBGhSdn%2BZVffv5yHximVPm8K7GFkENc9YtWTm-SqL0gMt32g%40mail.gmail.com?utm_medium=email&utm_source=footer>.

Olivier Bélanger

unread,
Nov 10, 2022, 9:35:56 PM11/10/22
to pyo-d...@googlegroups.com
Hi,

My suggestion is to stick with python 3.9 for a couple of weeks :) I'm almost ready for the next release, which will include wheels for 3.10 and 3.11. I want to refactor the build procedure on MacOS to make it easier to build from source, even with pip.

Stay tuned!

Olivier


brew install liblo libsndfile portaudio portmidi
git clone https://github.com/belangeo/pyo.git
cd pyo
python setup.py install --use-coreaudio --use-double

Couldnt get it to complete .. 

Thanks for your help !!! 

Last login: Sun Dec  5 19:57:31 on ttys000

seanwayland@seans-MBP ~ %  apt-get install python3-pip

zsh: command not found: apt-get

seanwayland@seans-MBP ~ % sudo apt-get install python-setuptools

sudo: apt-get: command not found

seanwayland@seans-MBP ~ % curl https://bootstrap.pypa.io/get-pip.py | python3

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current

                                 Dload  Upload   Total   Spent    Left  Speed

100 2108k  100 2108k    0     0  10.9M      0 --:--:-- --:--:-- --:--:-- 11.1M

==> Checking for `sudo` access (which may request your password)...

Password:

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew

==> The following new directories will be created:

/opt/homebrew/bin

/opt/homebrew/etc

/opt/homebrew/include

/opt/homebrew/lib

/opt/homebrew/sbin

/opt/homebrew/share

/opt/homebrew/var

/opt/homebrew/opt

/opt/homebrew/share/zsh

/opt/homebrew/share/zsh/site-functions

/opt/homebrew/var/homebrew

/opt/homebrew/var/homebrew/linked

/opt/homebrew/Cellar

/opt/homebrew/Caskroom

/opt/homebrew/Frameworks

==> The Xcode Command Line Tools will be installed.


Press RETURN to continue or any other key to abort:

==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew

==> /usr/bin/sudo /usr/sbin/chown root:wheel /opt/homebrew

==> /usr/bin/sudo /bin/mkdir -p /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /bin/chmod ug=rwx /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /bin/chmod go-w /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions

==> /usr/bin/sudo /usr/sbin/chown seanwayland /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /usr/bin/chgrp admin /opt/homebrew/bin /opt/homebrew/etc /opt/homebrew/include /opt/homebrew/lib /opt/homebrew/sbin /opt/homebrew/share /opt/homebrew/var /opt/homebrew/opt /opt/homebrew/share/zsh /opt/homebrew/share/zsh/site-functions /opt/homebrew/var/homebrew /opt/homebrew/var/homebrew/linked /opt/homebrew/Cellar /opt/homebrew/Caskroom /opt/homebrew/Frameworks

==> /usr/bin/sudo /usr/sbin/chown -R seanwayland:admin /opt/homebrew

==> /usr/bin/sudo /bin/mkdir -p /Users/seanwayland/Library/Caches/Homebrew

==> /usr/bin/sudo /bin/chmod g+rwx /Users/seanwayland/Library/Caches/Homebrew

==> /usr/bin/sudo /usr/sbin/chown -R seanwayland /Users/seanwayland/Library/Caches/Homebrew

==> Searching online for the Command Line Tools

==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress


==> Installing Command Line Tools for Xcode-13.1

==> /usr/bin/sudo /usr/sbin/softwareupdate -i Command\ Line\ Tools\ for\ Xcode-13.1

Software Update Tool


Finding available software


Downloading Command Line Tools for Xcode

Downloaded Command Line Tools for Xcode

Installing Command Line Tools for Xcode

Done with Command Line Tools for Xcode

Done.

==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress

==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools

==> Downloading and installing Homebrew...

remote: Enumerating objects: 198480, done.

remote: Counting objects: 100% (489/489), done.

remote: Compressing objects: 100% (298/298), done.

remote: Total 198480 (delta 227), reused 403 (delta 174), pack-reused 197991

Receiving objects: 100% (198480/198480), 54.35 MiB | 13.02 MiB/s, done.

Resolving deltas: 100% (146541/146541), done.

From https://github.com/Homebrew/brew

 * [new branch]          dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.3 -> origin/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.3

 * [new branch]          master     -> origin/master

 * [new tag]             0.1        -> 0.1

 * [new tag]             1.1.1      -> 1.1.1

 * [new tag]             1.1.10     -> 1.1.10

 * [new tag]             1.1.11     -> 1.1.11

 * [new tag]             1.1.12     -> 1.1.12

 * [new tag]             1.1.13     -> 1.1.13

 * [new tag]             1.1.2      -> 1.1.2

 * [new tag]             1.5.1      -> 1.5.1

 * [new tag]             1.5.10     -> 1.5.10

 * [new tag]             1.5.11     -> 1.5.11

 * [new tag]             1.5.12     -> 1.5.12

 * [new tag]             1.5.13     -> 1.5.13

 * [new tag]             1.5.14     -> 1.5.14

 * [new tag]             1.5.2      -> 1.5.2

 * [new tag]             1.5.3      -> 1.5.3

 * [new tag]             1.5.4      -> 1.5.4

 * [new tag]             1.5.5      -> 1.5.5

 * [new tag]             1.5.6      -> 1.5.6

 * [new tag]             1.5.7      -> 1.5.7

 * [new tag]             1.5.8      -> 1.5.8

 * [new tag]             1.5.9      -> 1.5.9

 * [new tag]             1.6.0      -> 1.6.0

 * [new tag]             1.6.1      -> 1.6.1

 * [new tag]             1.6.10     -> 1.6.10

 * [new tag]             1.6.11     -> 1.6.11

 * [new tag]             1.6.12     -> 1.6.12

 * [new tag]             1.6.13     -> 1.6.13

 * [new tag]             1.6.14     -> 1.6.14

 * [new tag]             1.6.15     -> 1.6.15

 * [new tag]             1.6.16     -> 1.6.16

 * [new tag]             1.6.17     -> 1.6.17

 * [new tag]             1.6.2      -> 1.6.2

 * [new tag]             2.1.1      -> 2.1.1

 * [new tag]             2.1.10     -> 2.1.10

 * [new tag]             2.1.11     -> 2.1.11

 * [new tag]             2.1.12     -> 2.1.12

 * [new tag]             2.1.13     -> 2.1.13

 * [new tag]             2.1.14     -> 2.1.14

 * [new tag]             2.1.15     -> 2.1.15

 * [new tag]             2.1.16     -> 2.1.16

 * [new tag]             2.1.2      -> 2.1.2

 * [new tag]             2.1.3      -> 2.1.3

 * [new tag]             2.1.4      -> 2.1.4

 * [new tag]             2.1.5      -> 2.1.5

 * [new tag]             2.1.6      -> 2.1.6

 * [new tag]             2.1.7      -> 2.1.7

 * [new tag]             2.1.8      -> 2.1.8

 * [new tag]             2.1.9      -> 2.1.9

 * [new tag]             2.2.0      -> 2.2.0

 * [new tag]             2.2.1      -> 2.2.1

 * [new tag]             2.2.10     -> 2.2.10

 * [new tag]             2.2.11     -> 2.2.11

 * [new tag]             2.2.12     -> 2.2.12

 * [new tag]             2.2.13     -> 2.2.13

 * [new tag]             2.2.14     -> 2.2.14

 * [new tag]             2.2.15     -> 2.2.15

 * [new tag]             2.2.16     -> 2.2.16

 * [new tag]             2.2.17     -> 2.2.17

 * [new tag]             2.2.2      -> 2.2.2

 * [new tag]             2.2.3      -> 2.2.3

 * [new tag]             2.2.4      -> 2.2.4

 * [new tag]             2.2.5      -> 2.2.5

 * [new tag]             2.2.6      -> 2.2.6

 * [new tag]             2.2.7      -> 2.2.7

 * [new tag]             2.2.8      -> 2.2.8

 * [new tag]             2.2.9      -> 2.2.9

 * [new tag]             2.3.0      -> 2.3.0

 * [new tag]             2.4.0      -> 2.4.0

 * [new tag]             2.4.1      -> 2.4.1

 * [new tag]             2.4.10     -> 2.4.10

 * [new tag]             2.4.11     -> 2.4.11

 * [new tag]             2.4.12     -> 2.4.12

 * [new tag]             2.4.13     -> 2.4.13

 * [new tag]             2.4.14     -> 2.4.14

 * [new tag]             2.4.15     -> 2.4.15

 * [new tag]             2.4.16     -> 2.4.16

 * [new tag]             2.4.2      -> 2.4.2

 * [new tag]             2.4.3      -> 2.4.3

 * [new tag]             2.4.4      -> 2.4.4

 * [new tag]             2.4.5      -> 2.4.5

 * [new tag]             2.4.6      -> 2.4.6

 * [new tag]             2.4.7      -> 2.4.7

 * [new tag]             2.4.8      -> 2.4.8

 * [new tag]             2.4.9      -> 2.4.9

 * [new tag]             2.5.0      -> 2.5.0

 * [new tag]             2.5.1      -> 2.5.1

 * [new tag]             2.5.10     -> 2.5.10

 * [new tag]             2.5.11     -> 2.5.11

 * [new tag]             2.5.12     -> 2.5.12

 * [new tag]             2.5.2      -> 2.5.2

 * [new tag]             2.5.3      -> 2.5.3

 * [new tag]             2.5.4      -> 2.5.4

 * [new tag]             2.5.5      -> 2.5.5

 * [new tag]             2.5.6      -> 2.5.6

 * [new tag]             2.5.7      -> 2.5.7

 * [new tag]             2.5.8      -> 2.5.8

 * [new tag]             2.5.9      -> 2.5.9

 * [new tag]             2.6.0      -> 2.6.0

 * [new tag]             2.6.1      -> 2.6.1

 * [new tag]             2.6.2      -> 2.6.2

 * [new tag]             2.7.0      -> 2.7.0

 * [new tag]             2.7.1      -> 2.7.1

 * [new tag]             2.7.2      -> 2.7.2

 * [new tag]             2.7.3      -> 2.7.3

 * [new tag]             2.7.4      -> 2.7.4

 * [new tag]             2.7.5      -> 2.7.5

 * [new tag]             2.7.6      -> 2.7.6

 * [new tag]             2.7.7      -> 2.7.7

 * [new tag]             3.0.0      -> 3.0.0

 * [new tag]             3.0.1      -> 3.0.1

 * [new tag]             3.0.10     -> 3.0.10

 * [new tag]             3.0.11     -> 3.0.11

 * [new tag]             3.0.2      -> 3.0.2

 * [new tag]             3.0.3      -> 3.0.3

 * [new tag]             3.0.4      -> 3.0.4

 * [new tag]             3.0.5      -> 3.0.5

 * [new tag]             3.0.6      -> 3.0.6

 * [new tag]             3.0.7      -> 3.0.7

 * [new tag]             3.0.8      -> 3.0.8

 * [new tag]             3.0.9      -> 3.0.9

 * [new tag]             3.1.0      -> 3.1.0

 * [new tag]             3.1.1      -> 3.1.1

 * [new tag]             3.1.10     -> 3.1.10

 * [new tag]             3.1.11     -> 3.1.11

 * [new tag]             3.1.12     -> 3.1.12

 * [new tag]             3.1.2      -> 3.1.2

 * [new tag]             3.1.3      -> 3.1.3

 * [new tag]             3.1.4      -> 3.1.4

 * [new tag]             3.1.5      -> 3.1.5

 * [new tag]             3.1.6      -> 3.1.6

 * [new tag]             3.1.7      -> 3.1.7

 * [new tag]             3.1.8      -> 3.1.8

 * [new tag]             3.1.9      -> 3.1.9

 * [new tag]             3.2.0      -> 3.2.0

 * [new tag]             3.2.1      -> 3.2.1

 * [new tag]             3.2.10     -> 3.2.10

 * [new tag]             3.2.11     -> 3.2.11

 * [new tag]             3.2.12     -> 3.2.12

 * [new tag]             3.2.13     -> 3.2.13

 * [new tag]             3.2.14     -> 3.2.14

 * [new tag]             3.2.15     -> 3.2.15

 * [new tag]             3.2.16     -> 3.2.16

 * [new tag]             3.2.17     -> 3.2.17

 * [new tag]             3.2.2      -> 3.2.2

 * [new tag]             3.2.3      -> 3.2.3

 * [new tag]             3.2.4      -> 3.2.4

 * [new tag]             3.2.5      -> 3.2.5

 * [new tag]             3.2.6      -> 3.2.6

 * [new tag]             3.2.7      -> 3.2.7

 * [new tag]             3.2.8      -> 3.2.8

 * [new tag]             3.2.9      -> 3.2.9

 * [new tag]             3.3.0      -> 3.3.0

 * [new tag]             3.3.1      -> 3.3.1

 * [new tag]             3.3.2      -> 3.3.2

 * [new tag]             3.3.3      -> 3.3.3

 * [new tag]             3.3.4      -> 3.3.4

 * [new tag]             3.3.5      -> 3.3.5

 * [new tag]             3.3.6      -> 3.3.6

HEAD is now at 5096d6eab Merge pull request #12515 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.5.6

==> Tapping homebrew/core

remote: Enumerating objects: 1103966, done.

remote: Counting objects: 100% (20/20), done.

remote: Compressing objects: 100% (14/14), done.

remote: Total 1103966 (delta 10), reused 13 (delta 6), pack-reused 1103946

Receiving objects: 100% (1103966/1103966), 427.56 MiB | 15.44 MiB/s, done.

Resolving deltas: 100% (761505/761505), done.

From https://github.com/Homebrew/homebrew-core

 * [new branch]              master     -> origin/master

HEAD is now at e5e57c81800 git-remote-codecommit: update 1.16 bottle.

Warning: /opt/homebrew/bin is not in your PATH.

  Instructions on how to configure your shell for Homebrew

  can be found in the 'Next steps' section below.

==> Installation successful!


==> Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

No analytics data has been sent yet (nor will any be during this install run).


==> Homebrew is run entirely by unpaid volunteers. Please consider donating:

  https://github.com/Homebrew/brew#donations


==> Next steps:

- Run these two commands in your terminal to add Homebrew to your PATH:

    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/seanwayland/.zprofile

    eval "$(/opt/homebrew/bin/brew shellenv)"

- Run brew help to get started

- Further documentation:

    https://docs.brew.sh


seanwayland@seans-MBP ~ % 

seanwayland@seans-MBP ~ % brew install liblo libsndfile portaudio portmidi

zsh: command not found: brew

seanwayland@seans-MBP ~ % nano ~/.zshrc

seanwayland@seans-MBP ~ % source ~/.zshrc

seanwayland@seans-MBP ~ % brew install liblo libsndfile portaudio portmidi

Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.

Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

==> Installing dependencies for libsndfile: libogg, flac, libvorbis and opus

==> Installing libsndfile dependency: libogg

==> Pouring libogg--1.3.5.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/libogg/1.3.5: 97 files, 513.3KB

==> Installing libsndfile dependency: flac

==> Pouring flac--1.3.3.arm64_monterey.bottle.1.tar.gz

🍺  /opt/homebrew/Cellar/flac/1.3.3: 57 files, 2.5MB

==> Installing libsndfile dependency: libvorbis

==> Pouring libvorbis--1.3.7.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/libvorbis/1.3.7: 157 files, 2.4MB

==> Installing libsndfile dependency: opus

==> Pouring opus--1.3.1.arm64_monterey.bottle.1.tar.gz

🍺  /opt/homebrew/Cellar/opus/1.3.1: 15 files, 980.5KB

==> Installing libsndfile

==> Pouring libsndfile--1.0.31.arm64_monterey.bottle.tar.gz

🍺  /opt/homebrew/Cellar/libsndfile/1.0.31: 49 files, 1.9MB

==> Running `brew cleanup libsndfile`...

==> Pouring portaudio--19.7.0.arm64_monterey.bottle.1.tar.gz

🍺  /opt/homebrew/Cellar/portaudio/19.7.0: 33 files, 543.2KB

==> Running `brew cleanup portaudio`...

==> Pouring portmidi--217_2.arm64_monterey.bottle.2.tar.gz

🍺  /opt/homebrew/Cellar/portmidi/217_2: 8 files, 142.2KB

==> Running `brew cleanup portmidi`...

seanwayland@seans-MBP ~ % git clone https://github.com/belangeo/pyo.git

Cloning into 'pyo'...

remote: Enumerating objects: 20578, done.

remote: Counting objects: 100% (1278/1278), done.

remote: Compressing objects: 100% (810/810), done.

remote: Total 20578 (delta 930), reused 755 (delta 466), pack-reused 19300

Receiving objects: 100% (20578/20578), 21.22 MiB | 15.88 MiB/s, done.

Resolving deltas: 100% (15106/15106), done.

seanwayland@seans-MBP ~ % cd pyo

seanwayland@seans-MBP pyo % python setup.py install --use-coreaudio --use-double 

running install

error: can't create or remove files in install directory


The following error occurred while trying to add or remove files in the

installation directory:


    [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/test-easy-install-32141.write-test'


The installation directory you specified (via --install-dir, --prefix, or

the distutils default setting) was:


    /Library/Python/2.7/site-packages/


Perhaps your account does not have write access to this directory?  If the

installation directory is a system-owned directory, you may need to sign in

as the administrator or "root" account.  If you do not have administrative

src/engine/pyomodule.c:24:10: fatal error: 'sndfile.h' file not found

#include "sndfile.h"

         ^~~~~~~~~~~

1 error generated.

error: command 'cc' failed with exit status 1

src/engine/pyomodule.c:24:10: fatal error: 'sndfile.h' file not found

#include "sndfile.h"

         ^~~~~~~~~~~

1 error generated.

error: command 'clang' failed with exit status 1

seanwayland@seans-MBP pyo % 


http://seanwayland.com

https://github.com/seanwayland



Sean Wayland           

US cell phone: +1 (347)5231455




--


http://seanwayland.com

https://github.com/seanwayland



Sean Wayland           

US cell phone: +1 (347)5231455


--
You received this message because you are subscribed to the Google Groups "pyo-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyo-discuss...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "pyo-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pyo-discuss/i5TeF0MLx2U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pyo-discuss...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "pyo-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyo-discuss...@googlegroups.com.

Olivier Bélanger

unread,
Nov 10, 2022, 9:39:58 PM11/10/22
to pyo-d...@googlegroups.com
I will also update the page in the doc about how to compile pyo from sources!

Alexandros

unread,
Nov 11, 2022, 1:33:19 AM11/11/22
to pyo-d...@googlegroups.com
Great! Thanks for this, I can definitely wait for a couple of weeks,
even longer, so I'll wait.

Alexandros
>> git clonehttps://github.com/belangeo/pyo.git
>> cd pyo
>> python setup.py install --use-coreaudio --use-double
>>
>>
>> Couldnt get it to complete ..
>>
>> Thanks for your help !!!
>>
>> Last login: Sun Dec5 19:57:31 on ttys000
>> seanwayland@seans-MBP ~ %apt-get install
>> python3-pip
>>
>> zsh: command not found: apt-get
>>
>> seanwayland@seans-MBP ~ % sudo apt-get
>> install python-setuptools
>>
>> sudo: apt-get: command not found
>>
>> seanwayland@seans-MBP ~ % curl
>> https://bootstrap.pypa.io/get-pip.py |
>> python3
>>
>> % Total% Received % XferdAverage Speed
>> TimeTime TimeCurrent
>>
>> DloadUpload Total SpentLeftSpeed
>>
>> 100 2108k100 2108k0 010.9M0 --:--:--
>> *==>**Checking for `sudo` access (which
>> may request your password)...*
>>
>> Password:
>>
>> *==>**This script will install:*
>>
>> /opt/homebrew/bin/brew
>>
>> /opt/homebrew/share/doc/homebrew
>>
>> /opt/homebrew/share/man/man1/brew.1
>>
>> /opt/homebrew/share/zsh/site-functions/_brew
>>
>> /opt/homebrew/etc/bash_completion.d/brew
>>
>> /opt/homebrew
>>
>> *==>**The following new directories will
>> be created:*
>>
>> /opt/homebrew/bin
>>
>> /opt/homebrew/etc
>>
>> /opt/homebrew/include
>>
>> /opt/homebrew/lib
>>
>> /opt/homebrew/sbin
>>
>> /opt/homebrew/share
>>
>> /opt/homebrew/var
>>
>> /opt/homebrew/opt
>>
>> /opt/homebrew/share/zsh
>>
>> /opt/homebrew/share/zsh/site-functions
>>
>> /opt/homebrew/var/homebrew
>>
>> /opt/homebrew/var/homebrew/linked
>>
>> /opt/homebrew/Cellar
>>
>> /opt/homebrew/Caskroom
>>
>> /opt/homebrew/Frameworks
>>
>> *==>**The Xcode Command Line Tools will
>> be installed.*
>>
>>
>> Press *RETURN* to continue or any other
>> key to abort:
>>
>> *==>**/usr/bin/sudo /bin/mkdir -p
>> /opt/homebrew*
>>
>> *==>**/usr/bin/sudo /usr/sbin/chown
>> root:wheel /opt/homebrew*
>>
>> *==>**/usr/bin/sudo /bin/mkdir -p
>> /opt/homebrew/bin /opt/homebrew/etc
>> /opt/homebrew/include /opt/homebrew/lib
>> /opt/homebrew/sbin /opt/homebrew/share
>> /opt/homebrew/var /opt/homebrew/opt
>> /opt/homebrew/share/zsh
>> /opt/homebrew/share/zsh/site-functions
>> /opt/homebrew/var/homebrew
>> /opt/homebrew/var/homebrew/linked
>> /opt/homebrew/Cellar
>> /opt/homebrew/Caskroom
>> /opt/homebrew/Frameworks*
>>
>> *==>**/usr/bin/sudo /bin/chmod ug=rwx
>> /opt/homebrew/bin /opt/homebrew/etc
>> /opt/homebrew/include /opt/homebrew/lib
>> /opt/homebrew/sbin /opt/homebrew/share
>> /opt/homebrew/var /opt/homebrew/opt
>> /opt/homebrew/share/zsh
>> /opt/homebrew/share/zsh/site-functions
>> /opt/homebrew/var/homebrew
>> /opt/homebrew/var/homebrew/linked
>> /opt/homebrew/Cellar
>> /opt/homebrew/Caskroom
>> /opt/homebrew/Frameworks*
>>
>> *==>**/usr/bin/sudo /bin/chmod go-w
>> /opt/homebrew/share/zsh
>> /opt/homebrew/share/zsh/site-functions*
>>
>> *==>**/usr/bin/sudo /usr/sbin/chown
>> seanwayland /opt/homebrew/bin
>> /opt/homebrew/etc /opt/homebrew/include
>> /opt/homebrew/lib /opt/homebrew/sbin
>> /opt/homebrew/share /opt/homebrew/var
>> /opt/homebrew/opt /opt/homebrew/share/zsh
>> /opt/homebrew/share/zsh/site-functions
>> /opt/homebrew/var/homebrew
>> /opt/homebrew/var/homebrew/linked
>> /opt/homebrew/Cellar
>> /opt/homebrew/Caskroom
>> /opt/homebrew/Frameworks*
>>
>> *==>**/usr/bin/sudo /usr/bin/chgrp admin
>> /opt/homebrew/bin /opt/homebrew/etc
>> /opt/homebrew/include /opt/homebrew/lib
>> /opt/homebrew/sbin /opt/homebrew/share
>> /opt/homebrew/var /opt/homebrew/opt
>> /opt/homebrew/share/zsh
>> /opt/homebrew/share/zsh/site-functions
>> /opt/homebrew/var/homebrew
>> /opt/homebrew/var/homebrew/linked
>> /opt/homebrew/Cellar
>> /opt/homebrew/Caskroom
>> /opt/homebrew/Frameworks*
>>
>> *==>**/usr/bin/sudo /usr/sbin/chown -R
>> seanwayland:admin /opt/homebrew*
>>
>> *==>**/usr/bin/sudo /bin/mkdir -p
>> /Users/seanwayland/Library/Caches/Homebrew*
>>
>> *==>**/usr/bin/sudo /bin/chmod g+rwx
>> /Users/seanwayland/Library/Caches/Homebrew*
>>
>> *==>**/usr/bin/sudo /usr/sbin/chown -R
>> seanwayland
>> /Users/seanwayland/Library/Caches/Homebrew*
>>
>> *==>**Searching online for the Command
>> Line Tools*
>>
>> *==>**/usr/bin/sudo /usr/bin/touch
>> /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress*
>>
>>
>> *==>**Installing Command Line Tools for
>> Xcode-13.1*
>>
>> *==>**/usr/bin/sudo
>> /usr/sbin/softwareupdate -i Command\
>> Line\ Tools\ for\ Xcode-13.1*
>>
>> Software Update Tool
>>
>>
>> Finding available software
>>
>>
>> Downloading Command Line Tools for Xcode
>>
>> Downloaded Command Line Tools for Xcode
>>
>> Installing Command Line Tools for Xcode
>>
>> Done with Command Line Tools for Xcode
>>
>> Done.
>>
>> *==>**/usr/bin/sudo /bin/rm -f
>> /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress*
>>
>> *==>**/usr/bin/sudo /usr/bin/xcode-select
>> --switch /Library/Developer/CommandLineTools*
>>
>> *==>**Downloading and installing Homebrew...*
>>
>> remote: Enumerating objects: 198480, done.
>>
>> remote: Counting objects: 100% (489/489),
>> done.
>>
>> remote: Compressing objects: 100%
>> (298/298), done.
>>
>> remote: Total 198480 (delta 227), reused
>> 403 (delta 174), pack-reused 197991
>>
>> Receiving objects: 100% (198480/198480),
>> 54.35 MiB | 13.02 MiB/s, done.
>>
>> Resolving deltas: 100% (146541/146541), done.
>>
>> From https://github.com/Homebrew/brew
>>
>> * [new
>> branch]dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.3
>> ->
>> origin/dependabot/bundler/Library/Homebrew/rubocop-sorbet-0.6.3
>>
>> * [new branch]master -> origin/master
>>
>> * [new tag] 1.1.1-> 1.1.1
>>
>> * [new tag] 1.1.10 -> 1.1.10
>>
>> * [new tag] 1.1.11 -> 1.1.11
>>
>> * [new tag] 1.1.12 -> 1.1.12
>>
>> * [new tag] 1.1.13 -> 1.1.13
>>
>> * [new tag] 1.5.1-> 1.5.1
>>
>> * [new tag] 1.5.10 -> 1.5.10
>>
>> * [new tag] 1.5.11 -> 1.5.11
>>
>> * [new tag] 1.5.12 -> 1.5.12
>>
>> * [new tag] 1.5.13 -> 1.5.13
>>
>> * [new tag] 1.5.14 -> 1.5.14
>>
>> * [new tag] 1.5.2-> 1.5.2
>>
>> * [new tag] 1.5.3-> 1.5.3
>>
>> * [new tag] 1.5.4-> 1.5.4
>>
>> * [new tag] 1.5.5-> 1.5.5
>>
>> * [new tag] 1.5.6-> 1.5.6
>>
>> * [new tag] 1.5.7-> 1.5.7
>>
>> * [new tag] 1.5.8-> 1.5.8
>>
>> * [new tag] 1.5.9-> 1.5.9
>>
>> * [new tag] 1.6.0-> 1.6.0
>>
>> * [new tag] 1.6.1-> 1.6.1
>>
>> * [new tag] 1.6.10 -> 1.6.10
>>
>> * [new tag] 1.6.11 -> 1.6.11
>>
>> * [new tag] 1.6.12 -> 1.6.12
>>
>> * [new tag] 1.6.13 -> 1.6.13
>>
>> * [new tag] 1.6.14 -> 1.6.14
>>
>> * [new tag] 1.6.15 -> 1.6.15
>>
>> * [new tag] 1.6.16 -> 1.6.16
>>
>> * [new tag] 1.6.17 -> 1.6.17
>>
>> * [new tag] 2.1.1-> 2.1.1
>>
>> * [new tag] 2.1.10 -> 2.1.10
>>
>> * [new tag] 2.1.11 -> 2.1.11
>>
>> * [new tag] 2.1.12 -> 2.1.12
>>
>> * [new tag] 2.1.13 -> 2.1.13
>>
>> * [new tag] 2.1.14 -> 2.1.14
>>
>> * [new tag] 2.1.15 -> 2.1.15
>>
>> * [new tag] 2.1.16 -> 2.1.16
>>
>> * [new tag] 2.1.2-> 2.1.2
>>
>> * [new tag] 2.1.3-> 2.1.3
>>
>> * [new tag] 2.1.4-> 2.1.4
>>
>> * [new tag] 2.1.5-> 2.1.5
>>
>> * [new tag] 2.1.6-> 2.1.6
>>
>> * [new tag] 2.1.7-> 2.1.7
>>
>> * [new tag] 2.1.8-> 2.1.8
>>
>> * [new tag] 2.1.9-> 2.1.9
>>
>> * [new tag] 2.2.0-> 2.2.0
>>
>> * [new tag] 2.2.1-> 2.2.1
>>
>> * [new tag] 2.2.10 -> 2.2.10
>>
>> * [new tag] 2.2.11 -> 2.2.11
>>
>> * [new tag] 2.2.12 -> 2.2.12
>>
>> * [new tag] 2.2.13 -> 2.2.13
>>
>> * [new tag] 2.2.14 -> 2.2.14
>>
>> * [new tag] 2.2.15 -> 2.2.15
>>
>> * [new tag] 2.2.16 -> 2.2.16
>>
>> * [new tag] 2.2.17 -> 2.2.17
>>
>> * [new tag] 2.2.2-> 2.2.2
>>
>> * [new tag] 2.2.3-> 2.2.3
>>
>> * [new tag] 2.2.4-> 2.2.4
>>
>> * [new tag] 2.2.5-> 2.2.5
>>
>> * [new tag] 2.2.6-> 2.2.6
>>
>> * [new tag] 2.2.7-> 2.2.7
>>
>> * [new tag] 2.2.8-> 2.2.8
>>
>> * [new tag] 2.2.9-> 2.2.9
>>
>> * [new tag] 2.3.0-> 2.3.0
>>
>> * [new tag] 2.4.0-> 2.4.0
>>
>> * [new tag] 2.4.1-> 2.4.1
>>
>> * [new tag] 2.4.10 -> 2.4.10
>>
>> * [new tag] 2.4.11 -> 2.4.11
>>
>> * [new tag] 2.4.12 -> 2.4.12
>>
>> * [new tag] 2.4.13 -> 2.4.13
>>
>> * [new tag] 2.4.14 -> 2.4.14
>>
>> * [new tag] 2.4.15 -> 2.4.15
>>
>> * [new tag] 2.4.16 -> 2.4.16
>>
>> * [new tag] 2.4.2-> 2.4.2
>>
>> * [new tag] 2.4.3-> 2.4.3
>>
>> * [new tag] 2.4.4-> 2.4.4
>>
>> * [new tag] 2.4.5-> 2.4.5
>>
>> * [new tag] 2.4.6-> 2.4.6
>>
>> * [new tag] 2.4.7-> 2.4.7
>>
>> * [new tag] 2.4.8-> 2.4.8
>>
>> * [new tag] 2.4.9-> 2.4.9
>>
>> * [new tag] 2.5.0-> 2.5.0
>>
>> * [new tag] 2.5.1-> 2.5.1
>>
>> * [new tag] 2.5.10 -> 2.5.10
>>
>> * [new tag] 2.5.11 -> 2.5.11
>>
>> * [new tag] 2.5.12 -> 2.5.12
>>
>> * [new tag] 2.5.2-> 2.5.2
>>
>> * [new tag] 2.5.3-> 2.5.3
>>
>> * [new tag] 2.5.4-> 2.5.4
>>
>> * [new tag] 2.5.5-> 2.5.5
>>
>> * [new tag] 2.5.6-> 2.5.6
>>
>> * [new tag] 2.5.7-> 2.5.7
>>
>> * [new tag] 2.5.8-> 2.5.8
>>
>> * [new tag] 2.5.9-> 2.5.9
>>
>> * [new tag] 2.6.0-> 2.6.0
>>
>> * [new tag] 2.6.1-> 2.6.1
>>
>> * [new tag] 2.6.2-> 2.6.2
>>
>> * [new tag] 2.7.0-> 2.7.0
>>
>> * [new tag] 2.7.1-> 2.7.1
>>
>> * [new tag] 2.7.2-> 2.7.2
>>
>> * [new tag] 2.7.3-> 2.7.3
>>
>> * [new tag] 2.7.4-> 2.7.4
>>
>> * [new tag] 2.7.5-> 2.7.5
>>
>> * [new tag] 2.7.6-> 2.7.6
>>
>> * [new tag] 2.7.7-> 2.7.7
>>
>> * [new tag] 3.0.0-> 3.0.0
>>
>> * [new tag] 3.0.1-> 3.0.1
>>
>> * [new tag] 3.0.10 -> 3.0.10
>>
>> * [new tag] 3.0.11 -> 3.0.11
>>
>> * [new tag] 3.0.2-> 3.0.2
>>
>> * [new tag] 3.0.3-> 3.0.3
>>
>> * [new tag] 3.0.4-> 3.0.4
>>
>> * [new tag] 3.0.5-> 3.0.5
>>
>> * [new tag] 3.0.6-> 3.0.6
>>
>> * [new tag] 3.0.7-> 3.0.7
>>
>> * [new tag] 3.0.8-> 3.0.8
>>
>> * [new tag] 3.0.9-> 3.0.9
>>
>> * [new tag] 3.1.0-> 3.1.0
>>
>> * [new tag] 3.1.1-> 3.1.1
>>
>> * [new tag] 3.1.10 -> 3.1.10
>>
>> * [new tag] 3.1.11 -> 3.1.11
>>
>> * [new tag] 3.1.12 -> 3.1.12
>>
>> * [new tag] 3.1.2-> 3.1.2
>>
>> * [new tag] 3.1.3-> 3.1.3
>>
>> * [new tag] 3.1.4-> 3.1.4
>>
>> * [new tag] 3.1.5-> 3.1.5
>>
>> * [new tag] 3.1.6-> 3.1.6
>>
>> * [new tag] 3.1.7-> 3.1.7
>>
>> * [new tag] 3.1.8-> 3.1.8
>>
>> * [new tag] 3.1.9-> 3.1.9
>>
>> * [new tag] 3.2.0-> 3.2.0
>>
>> * [new tag] 3.2.1-> 3.2.1
>>
>> * [new tag] 3.2.10 -> 3.2.10
>>
>> * [new tag] 3.2.11 -> 3.2.11
>>
>> * [new tag] 3.2.12 -> 3.2.12
>>
>> * [new tag] 3.2.13 -> 3.2.13
>>
>> * [new tag] 3.2.14 -> 3.2.14
>>
>> * [new tag] 3.2.15 -> 3.2.15
>>
>> * [new tag] 3.2.16 -> 3.2.16
>>
>> * [new tag] 3.2.17 -> 3.2.17
>>
>> * [new tag] 3.2.2-> 3.2.2
>>
>> * [new tag] 3.2.3-> 3.2.3
>>
>> * [new tag] 3.2.4-> 3.2.4
>>
>> * [new tag] 3.2.5-> 3.2.5
>>
>> * [new tag] 3.2.6-> 3.2.6
>>
>> * [new tag] 3.2.7-> 3.2.7
>>
>> * [new tag] 3.2.8-> 3.2.8
>>
>> * [new tag] 3.2.9-> 3.2.9
>>
>> * [new tag] 3.3.0-> 3.3.0
>>
>> * [new tag] 3.3.1-> 3.3.1
>>
>> * [new tag] 3.3.2-> 3.3.2
>>
>> * [new tag] 3.3.3-> 3.3.3
>>
>> * [new tag] 3.3.4-> 3.3.4
>>
>> * [new tag] 3.3.5-> 3.3.5
>>
>> * [new tag] 3.3.6-> 3.3.6
>>
>> HEAD is now at 5096d6eab Merge pull
>> request #12515 from
>> Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.5.6
>>
>> *==>**Tapping homebrew/core*
>>
>> remote: Enumerating objects: 1103966, done.
>>
>> remote: Counting objects: 100% (20/20), done.
>>
>> remote: Compressing objects: 100%
>> (14/14), done.
>>
>> remote: Total 1103966 (delta 10), reused
>> 13 (delta 6), pack-reused 1103946
>>
>> Receiving objects: 100%
>> (1103966/1103966), 427.56 MiB | 15.44
>> MiB/s, done.
>>
>> Resolving deltas: 100% (761505/761505), done.
>>
>> From
>> https://github.com/Homebrew/homebrew-core
>>
>> * [new branch]master -> origin/master
>>
>> HEAD is now at e5e57c81800
>> git-remote-codecommit: update 1.16 bottle.
>>
>> *Warning*: /opt/homebrew/bin is not in
>> your PATH.
>>
>> Instructions on how to configure your
>> shell for Homebrew
>>
>> can be found in the 'Next steps' section
>> below.
>>
>> *==>**Installation successful!*
>>
>>
>> *==>**Homebrew has enabled anonymous
>> aggregate formulae and cask analytics.*
>>
>> *Read the analytics documentation (and
>> how to opt-out) here:*
>>
>> ***https://docs.brew.sh/Analytics*
>>
>> No analytics data has been sent yet (nor
>> will any be during this *install* run).
>>
>>
>> *==>**Homebrew is run entirely by unpaid
>> volunteers. Please consider donating:*
>>
>> https://github.com/Homebrew/brew#donations
>>
>>
>> *==>**Next steps:*
>>
>> - Run these two commands in your terminal
>> to add Homebrew to your *PATH*:
>>
>> echo 'eval "$(/opt/homebrew/bin/brew
>> shellenv)"' >> /Users/seanwayland/.zprofile
>>
>> eval "$(/opt/homebrew/bin/brew shellenv)"
>>
>> - Run *brew help* to get started
>>
>> - Further documentation:
>>
>> https://docs.brew.sh
>>
>>
>> seanwayland@seans-MBP ~ %
>>
>> seanwayland@seans-MBP ~ % brew install
>> liblo libsndfile portaudio portmidi
>>
>> zsh: command not found: brew
>>
>> seanwayland@seans-MBP ~ % nano ~/.zshrc
>>
>> seanwayland@seans-MBP ~ % source ~/.zshrc
>>
>> seanwayland@seans-MBP ~ % brew install
>> liblo libsndfile portaudio portmidi
>>
>> 🍺/opt/homebrew/Cellar/liblo/0.31: 24
>> files, 460.8KB
>>
>> ==>*Running `brew cleanup liblo`...*
>>
>> Disable this behaviour by setting
>> HOMEBREW_NO_INSTALL_CLEANUP.
>>
>> Hide these hints with
>> HOMEBREW_NO_ENV_HINTS (see `man brew`).
>>
>> ==>*Installing dependencies for
>> libsndfile: **libogg**, **flac**,
>> **libvorbis**and **opus*
>>
>> ==>*Installing libsndfile dependency:
>> **libogg*
>>
>> ==>*Pouring
>> libogg--1.3.5.arm64_monterey.bottle.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/libogg/1.3.5: 97
>> files, 513.3KB
>>
>> ==>*Installing libsndfile dependency: **flac*
>>
>> ==>*Pouring
>> flac--1.3.3.arm64_monterey.bottle.1.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/flac/1.3.3: 57
>> files, 2.5MB
>>
>> ==>*Installing libsndfile dependency:
>> **libvorbis*
>>
>> ==>*Pouring
>> libvorbis--1.3.7.arm64_monterey.bottle.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/libvorbis/1.3.7:
>> 157 files, 2.4MB
>>
>> ==>*Installing libsndfile dependency: **opus*
>>
>> ==>*Pouring
>> opus--1.3.1.arm64_monterey.bottle.1.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/opus/1.3.1: 15
>> files, 980.5KB
>>
>> ==>*Installing **libsndfile*
>>
>> ==>*Pouring
>> libsndfile--1.0.31.arm64_monterey.bottle.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/libsndfile/1.0.31:
>> 49 files, 1.9MB
>>
>> ==>*Running `brew cleanup libsndfile`...*
>>
>> ==>*Pouring
>> portaudio--19.7.0.arm64_monterey.bottle.1.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/portaudio/19.7.0:
>> 33 files, 543.2KB
>>
>> ==>*Running `brew cleanup portaudio`...*
>>
>> ==>*Pouring
>> portmidi--217_2.arm64_monterey.bottle.2.tar.gz*
>>
>> 🍺/opt/homebrew/Cellar/portmidi/217_2: 8
>> files, 142.2KB
>>
>> ==>*Running `brew cleanup portmidi`...*
>>
>> access to this directory?If the
>> *src/engine/pyomodule.c:24:10: **fatal
>> error: **'sndfile.h' file not found*
>>
>> #include "sndfile.h"
>>
>> *^~~~~~~~~~~*
>>
>> *src/engine/pyomodule.c:24:10: **fatal
>> error: **'sndfile.h' file not found*
>>
>> #include "sndfile.h"
>>
>> *^~~~~~~~~~~*
>>
>> US cell phone: +1 (347)5231455
>> <tel:(347)%20523-1455>
>>
>>
>>
>>
>> --
>>
>>
>> http://seanwayland.com
>> <http://seanwayland.com/portfolio.html>
>>
>> https://github.com/seanwayland
>>
>>
>>
>> *Sean Wayland *
>>
>> US cell phone: +1 (347)5231455
>> <tel:(347)%20523-1455>
>>
>>
>> --
>> You received this message because you are subscribed to
>> the Google Groups "pyo-discuss" group.
>> To unsubscribe from this group and stop receiving emails
>> from it, send an email to
>> pyo-discuss...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/pyo-discuss/da746a11-d0a0-4b4d-bc19-a10beb6c0308n%40googlegroups.com
>> <https://groups.google.com/d/msgid/pyo-discuss/da746a11-d0a0-4b4d-bc19-a10beb6c0308n%40googlegroups.com?utm_medium=email&utm_source=footer>.
>>
>> --
>> You received this message because you are subscribed to a
>> topic in the Google Groups "pyo-discuss" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/pyo-discuss/i5TeF0MLx2U/unsubscribe.
>> To unsubscribe from this group and all its topics, send an
>> email to pyo-discuss...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/pyo-discuss/CAMXBGhSdn%2BZVffv5yHximVPm8K7GFkENc9YtWTm-SqL0gMt32g%40mail.gmail.com
>> <https://groups.google.com/d/msgid/pyo-discuss/CAMXBGhSdn%2BZVffv5yHximVPm8K7GFkENc9YtWTm-SqL0gMt32g%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> --
> You received this message because you are subscribed to the
> Google Groups "pyo-discuss" group.
> To unsubscribe from this group and stop receiving emails from
> it, send an email to pyo-discuss...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyo-discuss/b693488a-bcaa-9993-f6c6-7a3d020665fc%40gmail.com
> <https://groups.google.com/d/msgid/pyo-discuss/b693488a-bcaa-9993-f6c6-7a3d020665fc%40gmail.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "pyo-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to pyo-discuss...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyo-discuss/CAMXBGhS1yXoYx0NnpnKENQS-oqoCbvVUA-oE5vkzJCtRJXAB3A%40mail.gmail.com
> <https://groups.google.com/d/msgid/pyo-discuss/CAMXBGhS1yXoYx0NnpnKENQS-oqoCbvVUA-oE5vkzJCtRJXAB3A%40mail.gmail.com?utm_medium=email&utm_source=footer>.

rh eu

unread,
Nov 16, 2022, 6:42:23 PM11/16/22
to pyo-discuss
Hi everyone!

I've had a trouble with installing pyo on M1 Pro (python 3.9, Ventura 13.0), compiling from sources didn't work too, so I found this way (similar to Bibiko's solution I think):
(with brew and xcode-select installed)

brew install liblo libsndfile portaudio portmidi
pip install wxPython
pip install --global-option='build_ext' --global-option='-I/opt/homebrew/include' --global-option='-L/opt/homebrew/lib' pyo

The only thing that don't work well now is MacOS dark mode in wxPython:
darkmode.png
Hope this could be fixed in the future)

And hope this could be helpful

Anton

Olivier Bélanger

unread,
Nov 23, 2022, 8:55:24 PM11/23/22
to pyo-d...@googlegroups.com
Hi,

DarkMode is already fixed in the source. The next version on MacOS will be compiled for x64 and arm64. You shouldn't have to compile pyo yourself!

Olivier


--
You received this message because you are subscribed to the Google Groups "pyo-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyo-discuss...@googlegroups.com.

rh eu

unread,
Dec 18, 2022, 5:49:13 AM12/18/22
to pyo-discuss
Olivier, thank you!
Reply all
Reply to author
Forward
0 new messages