# Missing packages on arm64

**URL:** https://travis-ci.community/t/missing-packages-on-arm64/5931
**Category:** Multi CPU Architecture
**Created:** [November 14, 2019, 9:50am UTC](https://travis-ci.community/t/missing-packages-on-arm64/5931 "2019-11-14T09:50:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![yzyuestc](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/yzyuestc/32/4694_2.png) [@yzyuestc](https://travis-ci.community/u/yzyuestc)
#### Post date: [November 14, 2019, 9:50am UTC](https://travis-ci.community/t/missing-packages-on-arm64/5931/1 "2019-11-14T09:50:56Z")

</div>

Hello, recently I found the following packages installed on travis amd64 virtual machine but not on travis arm64 container:  
python-pip  
python3-pip  
python-setuptools  
python3-setuptools  
python-dev  
python3-dev  
libtool

As a result, open source projects need some CPU specific shell script to install the missing packages. It would be better to keep the installed packages as congruent as possible for multiple architectures.

---

<div class="post-metadata">

### Author: ![junaruga](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/junaruga/32/8943_2.png) [@junaruga](https://travis-ci.community/u/junaruga)
#### Post date: [November 14, 2019, 2:07pm UTC](https://travis-ci.community/t/missing-packages-on-arm64/5931/2 "2019-11-14T14:07:57Z")

</div>

This issue is similar with [Pip is not installed in ppc64le and arm64 images](https://travis-ci.community/t/pip-is-not-installed-in-ppc64le-and-arm64-images/5902) .

---

<div class="post-metadata">

### Author: ![volyrique](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/volyrique/32/4300_2.png) [@volyrique](https://travis-ci.community/u/volyrique)
#### Post date: [November 16, 2019, 5:21pm UTC](https://travis-ci.community/t/missing-packages-on-arm64/5931/3 "2019-11-16T17:21:32Z")

</div>

I have also noticed that contrary to what the [documentation](https://docs.travis-ci.com/user/reference/xenial/#databases-and-services) states, MySQL and PostgreSQL are not preinstalled in the Xenial build environment. This is not an issue in an amd64 virtual machine.
