Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. (venv) MacBook-Pro-de-Theo:animation theobessel$ pip3 install pycairo
  2. Collecting pycairo
  3. Using cached pycairo-1.19.1.tar.gz (205 kB)
  4. Building wheels for collected packages: pycairo
  5. Building wheel for pycairo (setup.py) ... error
  6. ERROR: Command errored out with exit status 1:
  7. command: /Users/theobessel/animation/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/setup.py'"'"'; __file__='"'"'/private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-wheel-um0mnr_r
  8. cwd: /private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/
  9. Complete output (15 lines):
  10. running bdist_wheel
  11. running build
  12. running build_py
  13. creating build
  14. creating build/lib.macosx-10.15-x86_64-3.7
  15. creating build/lib.macosx-10.15-x86_64-3.7/cairo
  16. copying cairo/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/cairo
  17. copying cairo/__init__.pyi -> build/lib.macosx-10.15-x86_64-3.7/cairo
  18. copying cairo/py.typed -> build/lib.macosx-10.15-x86_64-3.7/cairo
  19. running build_ext
  20. Package pixman-1 was not found in the pkg-config search path.
  21. Perhaps you should add the directory containing `pixman-1.pc'
  22. to the PKG_CONFIG_PATH environment variable
  23. Package 'pixman-1', required by 'cairo', not found
  24. Command '['pkg-config', '--print-errors', '--exists', 'cairo >= 1.13.1']' returned non-zero exit status 1.
  25. ----------------------------------------
  26. ERROR: Failed building wheel for pycairo
  27. Running setup.py clean for pycairo
  28. Failed to build pycairo
  29. Installing collected packages: pycairo
  30. Running setup.py install for pycairo ... error
  31. ERROR: Command errored out with exit status 1:
  32. command: /Users/theobessel/animation/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/setup.py'"'"'; __file__='"'"'/private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-record-vkvw7xq5/install-record.txt --single-version-externally-managed --compile --install-headers /Users/theobessel/animation/venv/include/site/python3.7/pycairo
  33. cwd: /private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/
  34. Complete output (15 lines):
  35. running install
  36. running build
  37. running build_py
  38. creating build
  39. creating build/lib.macosx-10.15-x86_64-3.7
  40. creating build/lib.macosx-10.15-x86_64-3.7/cairo
  41. copying cairo/__init__.py -> build/lib.macosx-10.15-x86_64-3.7/cairo
  42. copying cairo/__init__.pyi -> build/lib.macosx-10.15-x86_64-3.7/cairo
  43. copying cairo/py.typed -> build/lib.macosx-10.15-x86_64-3.7/cairo
  44. running build_ext
  45. Package pixman-1 was not found in the pkg-config search path.
  46. Perhaps you should add the directory containing `pixman-1.pc'
  47. to the PKG_CONFIG_PATH environment variable
  48. Package 'pixman-1', required by 'cairo', not found
  49. Command '['pkg-config', '--print-errors', '--exists', 'cairo >= 1.13.1']' returned non-zero exit status 1.
  50. ----------------------------------------
  51. ERROR: Command errored out with exit status 1: /Users/theobessel/animation/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/setup.py'"'"'; __file__='"'"'/private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-install-9xgwbsu1/pycairo/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/sg/3x07nk8551d7wh880kzyf3r40000gn/T/pip-record-vkvw7xq5/install-record.txt --single-version-externally-managed --compile --install-headers /Users/theobessel/animation/venv/include/site/python3.7/pycairo Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement