Running ODM manager 1.4 with most current updates on my Macbook Pro. (2.0.3) WebODM runs and processes ok, however when clicking on the Diagostic tab, I get an internal server error.
Lots of errors in the log:
webapp | aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-5CusrP/python3.9-3.9.5=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=595 -DPy_LIMITED_API=0x03060000 -DPSUTIL_ETHTOOL_MISSING_TYPES=1 -DPSUTIL_LINUX=1 -I/usr/include/python3.9 -c psutil/_psutil_common.c -o build/temp.linux-aarch64-cpython-39/psutil/_psutil_common.o
webapp | psutil could not be installed from sources because gcc is not installed. Try running:
webapp | sudo apt-get install gcc python3-dev
webapp | error: command ‘aarch64-linux-gnu-gcc’ failed: No such file or directory
webapp | [end of output]
webapp |
webapp | note: This error originates from a subprocess, and is likely not a problem with pip.
webapp | ERROR: Failed building wheel for psutil
webapp | Failed to build psutil
webapp | ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects
webapp | WARNING Failed to install requirements.txt for [coreplugins.diagnostic.plugin]