You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running TACGUI install via script on a fresh 18.04.6 Ubuntu virtual machine (with changes outlined below) errors similar to what is below are presented (about 10 - 12 iterations). All variations of error refer to the inability to create wheels for pycairo.
Changes made directly after clean install of Ubuntu 18.04.6 image downloaded today from Ubuntu and prior to installing TACGUI:
modifying /etc/ssh/sshd_config to allow SSH via PubCert only
running apt update/upgrade
disabling apparmor
creating tacgui:tacgui/adding to sudo group
replacing UFW with FIREWALLD
Error received during scripted install:
ERROR: Failed building wheel for pycairo
Failed to build pycairo
ERROR: Could not build wheels for pycairo, which is required to install pyproject.toml-based projects
command: /usr/bin/python3 /usr/local/lib/python3.6/dist-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmpoo4ja83u
When running TACGUI install via script on a fresh 18.04.6 Ubuntu virtual machine (with changes outlined below) errors similar to what is below are presented (about 10 - 12 iterations). All variations of error refer to the inability to create wheels for pycairo.
Changes made directly after clean install of Ubuntu 18.04.6 image downloaded today from Ubuntu and prior to installing TACGUI:
Error received during scripted install:
ERROR: Failed building wheel for pycairo
Failed to build pycairo
ERROR: Could not build wheels for pycairo, which is required to install pyproject.toml-based projects
command: /usr/bin/python3 /usr/local/lib/python3.6/dist-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmpoo4ja83u
WARNING: Discarding https://files.pythonhosted.org/packages/0b/fd/56ac6898afc5c7f5718026103bd8f0b44714b6f79ac20d7eb8990c9a7eab/PyGObject-3.32.0.tar.gz#sha256=a4d6f6d8e688d28e07119fc83aabc6e7aad02057f48b2194089959d03654f695 (from https://pypi.org/simple/pygobject/). Command errored out with exit status 1: /usr/bin/python3 /usr/local/lib/python3.6/dist-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-vip7j6fe/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.
The text was updated successfully, but these errors were encountered: