# running voxl-tflite-server dev

Source: https://forum.modalai.com/topic/790/running-voxl-tflite-server-dev
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: mpa
Posted: 2022-03-07 11:42:12 UTC by Harel Yadid
Replies: 2 · Views: 1201

## Harel Yadid · 2022-03-07 11:42:12 UTC

hi,

I have been trying to run the new voxl-tflite-server dev branch but when I ran the ```./deploy_to_voxl_sh```, I received the error: ![Screenshot from 2022-03-07 13-38-47.png](https://forum.modalai.com/assets/uploads/files/1646653155265-screenshot-from-2022-03-07-13-38-47.png) 

Is it possible to solve it? 

just in case it matters: I built using ```./install_build_deps.sh dev``` and ```./build.sh 820```

## Reply by Guest · 2022-03-07 17:00:31 UTC

Hey @Harel-Yadid,

In order to properly install packages from the dev branches/repo, you must point opkg on VOXL to the dev repo as well so the same packages are available. You can do this by running 
```
 voxl:/$ voxl-configure-opkg dev 
````

## Reply by Harel Yadid · 2022-03-10 09:03:41 UTC

Thanks for the answer!
it worked great after the upgrades.

what I am trying to do now is to run the deeplab dnn, but I am having some issues.
I tried to run the 865 build but i couldn't run any tflite dnn.
then I tried to run the 820 build which worked perfectly and than added manually the deeplab dnn. 

eventually i received the error:

![Screenshot from 2022-03-10 10-55-20.png](https://forum.modalai.com/assets/uploads/files/1646902913214-screenshot-from-2022-03-10-10-55-20.png) 
do you have any suggestions?
