Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.52 KB | None | 0 0
  1. jacob@Bidoof:~/itl_chorus$ sudo pip install pyaudio
  2. The directory '/home/jacob/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  3. The directory '/home/jacob/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
  4. Collecting pyaudio
  5.   Downloading PyAudio-0.2.9.tar.gz (289kB)
  6.     100% |████████████████████████████████| 296kB 2.8MB/s
  7. Installing collected packages: pyaudio
  8.   Running setup.py install for pyaudio ... error
  9.     Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cjtcli/pyaudio/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-6TjPl4-record/install-record.txt --single-version-externally-managed --compile:
  10.     running install
  11.     running build
  12.     running build_py
  13.     creating build
  14.     creating build/lib.linux-x86_64-2.7
  15.     copying src/pyaudio.py -> build/lib.linux-x86_64-2.7
  16.     running build_ext
  17.     building '_portaudio' extension
  18.     creating build/temp.linux-x86_64-2.7
  19.     creating build/temp.linux-x86_64-2.7/src
  20.     x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-lMBuS3/python2.7-2.7.12=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c src/_portaudiomodule.c -o build/temp.linux-x86_64-2.7/src/_portaudiomodule.o
  21.     src/_portaudiomodule.c:29:23: fatal error: portaudio.h: No such file or directory
  22.      #include "portaudio.h"
  23.                            ^
  24.     compilation terminated.
  25.     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  26.  
  27.     ----------------------------------------
  28. Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-cjtcli/pyaudio/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-6TjPl4-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-cjtcli/pyaudio/
  29. jacob@Bidoof:~/itl_chorus$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement