CARMA Streets is a component of CARMA ecosystem, which enables such a coordination among different transportation users. This component provides an interface for CDA participants to interact with the road infrastructure. Doxygen Source Code Documentation: https://usdot-fhwa-stol.github.io/documentation/carma-streets/
The install_test_depedencies.sh script started failing with the following log
The directory '/github/home/.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.
The directory '/github/home/.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.
Collecting gcovr
Downloading https://files.pythonhosted.org/packages/a8/43/3292324f9054d8f3b87c36cb64d9cf63513fe9d1d1a1b95df7b1dc92fb31/gcovr-5.0-py2.py3-none-any.whl (57kB)
Collecting pygments (from gcovr)
Downloading https://files.pythonhosted.org/packages/0b/42/d9d95cc461f098f204cd20c85642ae40fbff81f74c300341b8d0e0df14e0/Pygments-2.14.0-py3-none-any.whl (1.1MB)
Collecting lxml (from gcovr)
Downloading https://files.pythonhosted.org/packages/2b/b4/bbccb250adbee490553b6a52712c46c20ea1ba533a643f[142](https://github.com/usdot-fhwa-stol/carma-streets/actions/runs/7616544049/job/20743876596#step:6:143)4b27ffc6845/lxml-5.1.0.tar.gz (3.8MB)
Complete output from command python setup.py egg_info:
Building lxml version 5.1.0.
Building without Cython.
Error: Please make sure the libxml2 and libxslt development packages are installed.
PR Details
Description
The install_test_depedencies.sh script started failing with the following log
Added the requested packages.
Related GitHub Issue
Related Jira Key
CDAR-739
Motivation and Context
FIx CI
How Has This Been Tested?
NA
Types of changes
Checklist: