# pip3 install opencv-contrib-python-headless

Source: https://forum.modalai.com/topic/475/pip3-install-opencv-contrib-python-headless
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl
Posted: 2021-10-04 15:39:28 UTC by relevinsky
Replies: 2 · Views: 3444

## relevinsky · 2021-10-04 15:39:28 UTC

Hi,
I trying to install python opencv package on my voxl board.
But while downloading and installing the package , I every time run into various problems like the following:
![opencvPIP3problem.png](https://forum.modalai.com/assets/uploads/files/1633361859097-opencvpip3problem.png) 
Python version is 3.0.6
Please help me to solve the problem like with "numpy" package from 
https://gitlab.com/voxl-public/other/voxl-python-3.6.9

Thanks

## Reply by Chad Sweet (ModalAI staff) · 2021-10-04 15:44:50 UTC

It is difficult to see exactly what you are trying to do without sharing the commands you are calling. 

If the package is not supported, you should try using Ubuntu in a Docker running on VOXL. See the docs here: https://docs.modalai.com/docker-on-voxl/

In general, Ubuntu is easier to use if you are not comfortable creating your own packages, and the performance is typically on par or better as it is a pure 64-bit OS

## Reply by relevinsky · 2021-10-05 08:01:56 UTC

Thank your for your reply.
The command is ****pip3 install opencv-contrib-python-headless**** (=title of the question).
Ubuntu docker is a good but not enough . I need this (opencv python package) on the target board, again like supported by modalai's python numpy package. Please help me to create/ download/install this python package on a voxl board.
I need it for later using as ROS node (written in python)
