# Not able to Build PYNQ on Kria KV260 Ubuntu 20.04

**URL:** https://discuss.pynq.io/t/not-able-to-build-pynq-on-kria-kv260-ubuntu-20-04/5109
**Category:** Support
**Created:** [January 12, 2023, 12:18pm UTC](https://discuss.pynq.io/t/not-able-to-build-pynq-on-kria-kv260-ubuntu-20-04/5109 "2023-01-12T12:18:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Parin\_2605](https://avatars.discourse-cdn.com/v4/letter/p/6a8cbe/32.png) [@Parin\_2605](https://discuss.pynq.io/u/Parin_2605)
#### Post date: [January 12, 2023, 12:18pm UTC](https://discuss.pynq.io/t/not-able-to-build-pynq-on-kria-kv260-ubuntu-20-04/5109/1 "2023-01-12T12:18:59Z")

</div>

Not able to build PYNQ on KRIA KV260 with Ubuntu 20.04, the error comes while cloning “PYNQ\_Composable\_Pipeline”…  
fatal: Remote Branch v1.0.0-dev not found in upstream origin

Can anyone please help to solve this error

Thank You.

---

<div class="post-metadata">

### Author: ![marioruiz](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.pynq.io/marioruiz/32/2177_2.png) [@marioruiz](https://discuss.pynq.io/u/marioruiz)
#### Post date: [January 12, 2023, 12:47pm UTC](https://discuss.pynq.io/t/not-able-to-build-pynq-on-kria-kv260-ubuntu-20-04/5109/2 "2023-01-12T12:47:33Z")

</div>

Hi @Parin_2605,

Welcome to the PYNQ community.

Can you please change this line?

> <https://github.com/Xilinx/Kria-PYNQ/blob/v1.0/install.sh#L140>

to `git clone https://github.com/Xilinx/PYNQ_Composable_Pipeline.git -b v1.0.0`

Mario

---

<div class="post-metadata">

### Author: ![Parin\_2605](https://avatars.discourse-cdn.com/v4/letter/p/6a8cbe/32.png) [@Parin\_2605](https://discuss.pynq.io/u/Parin_2605)
#### Post date: [January 12, 2023, 1:10pm UTC](https://discuss.pynq.io/t/not-able-to-build-pynq-on-kria-kv260-ubuntu-20-04/5109/3 "2023-01-12T13:10:03Z")

</div>

Hey, thank you for quick response.  
It worked for me. Thank You… 😀
