Guest User

Untitled

a guest
Oct 2nd, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. Collecting pygobject
  2. Downloading PyGObject-3.38.0.tar.gz (712 kB)
  3. |████████████████████████████████| 712 kB 14.4 MB/s
  4. Installing build dependencies ... error
  5. ERROR: Command errored out with exit status 1:
  6. command: /app/.heroku/python/bin/python /app/.heroku/python/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-1v1sz1kl/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel pycairo
  7. cwd: None
  8. Complete output (52 lines):
  9. Collecting setuptools
  10. Downloading setuptools-50.3.0-py3-none-any.whl (785 kB)
  11. Collecting wheel
  12. Downloading wheel-0.35.1-py2.py3-none-any.whl (33 kB)
  13. Collecting pycairo
  14. Downloading pycairo-1.19.1.tar.gz (205 kB)
  15. Building wheels for collected packages: pycairo
  16. Building wheel for pycairo (setup.py): started
  17. Building wheel for pycairo (setup.py): finished with status 'error'
  18. ERROR: Command errored out with exit status 1:
  19. command: /app/.heroku/python/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cr1ph5wh/pycairo/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cr1ph5wh/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 /tmp/pip-wheel-pjlkvor7
  20. cwd: /tmp/pip-install-cr1ph5wh/pycairo/
  21. Complete output (12 lines):
  22. running bdist_wheel
  23. running build
  24. running build_py
  25. creating build
  26. creating build/lib.linux-x86_64-3.7
  27. creating build/lib.linux-x86_64-3.7/cairo
  28. copying cairo/__init__.py -> build/lib.linux-x86_64-3.7/cairo
  29. copying cairo/__init__.pyi -> build/lib.linux-x86_64-3.7/cairo
  30. copying cairo/py.typed -> build/lib.linux-x86_64-3.7/cairo
  31. running build_ext
  32. 'pkg-config' not found.
  33. Command ['pkg-config', '--print-errors', '--exists', 'cairo >= 1.13.1']
  34. ----------------------------------------
  35. ERROR: Failed building wheel for pycairo
  36. Running setup.py clean for pycairo
  37. Failed to build pycairo
  38. Installing collected packages: setuptools, wheel, pycairo
  39. Running setup.py install for pycairo: started
  40. Running setup.py install for pycairo: finished with status 'error'
  41. ERROR: Command errored out with exit status 1:
  42. command: /app/.heroku/python/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cr1ph5wh/pycairo/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cr1ph5wh/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 /tmp/pip-record-4xq73u3w/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-1v1sz1kl/overlay --compile --install-headers /tmp/pip-build-env-1v1sz1kl/overlay/include/python3.7m/pycairo
  43. cwd: /tmp/pip-install-cr1ph5wh/pycairo/
  44. Complete output (12 lines):
  45. running install
  46. running build
  47. running build_py
  48. creating build
  49. creating build/lib.linux-x86_64-3.7
  50. creating build/lib.linux-x86_64-3.7/cairo
  51. copying cairo/__init__.py -> build/lib.linux-x86_64-3.7/cairo
  52. copying cairo/__init__.pyi -> build/lib.linux-x86_64-3.7/cairo
  53. copying cairo/py.typed -> build/lib.linux-x86_64-3.7/cairo
  54. running build_ext
  55. 'pkg-config' not found.
  56. Command ['pkg-config', '--print-errors', '--exists', 'cairo >= 1.13.1']
  57. ----------------------------------------
  58. ERROR: Command errored out with exit status 1: /app/.heroku/python/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cr1ph5wh/pycairo/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cr1ph5wh/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 /tmp/pip-record-4xq73u3w/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-1v1sz1kl/overlay --compile --install-headers /tmp/pip-build-env-1v1sz1kl/overlay/include/python3.7m/pycairo Check the logs for full command output.
  59. WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available.
  60. You should consider upgrading via the '/app/.heroku/python/bin/python -m pip install --upgrade pip' command.
  61. ----------------------------------------
  62. ERROR: Command errored out with exit status 1: /app/.heroku/python/bin/python /app/.heroku/python/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-1v1sz1kl/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel pycairo Check the logs for full command output.
  63. WARNING: You are using pip version 20.1.1; however, version 20.2.3 is available.
  64. You should consider upgrading via the '/app/.heroku/python/bin/python -m pip install --upgrade pip' command.
  65.  
Add Comment
Please, Sign In to add comment