# Difficulties Installing Brain ADK

**URL:** https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118
**Category:** installation
**Created:** [March 21, 2023, 8:59pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118 "2023-03-21T20:59:55Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![carlflyons](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/carlflyons/32/79_2.png) [@carlflyons](https://discourse.farm-ng.com/u/carlflyons)
#### Post date: [March 21, 2023, 8:59pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/1 "2023-03-21T20:59:55Z")

</div>

I am trying to follow the tutorial to install the Brain ADK ([Brain ADK Install | Farm-ng Developers](https://amiga.farm-ng.com/docs/brain/brain-install/)) and am running into trouble installing the packages with pip. I ran the “sudo apt install python3-pip” command on the Ubuntu command window and it was unable to install pip, preventing me from moving further.

Firstly, is the linked tutorial to the ADK necessary to go through to use the Developing Custom Applications tutorial ([Developing Custom Applications | Farm-ng Developers](https://amiga.farm-ng.com/docs/brain/brain-apps))? And if so, is the error I am facing able to be overcome through a different command window? I downloaded Python and it did not have the pip feature either.

---

<div class="post-metadata">

### Author: ![Jerrycowell96](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/jerrycowell96/32/71_2.png) [@Jerrycowell96](https://discourse.farm-ng.com/u/Jerrycowell96)
#### Post date: [March 21, 2023, 9:31pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/2 "2023-03-21T21:31:23Z")

</div>

Hey. Can you say what operating system you’re on? Also can you copy and paste the error that you’re getting when you try the command ?

---

<div class="post-metadata">

### Author: ![carlflyons](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/carlflyons/32/79_2.png) [@carlflyons](https://discourse.farm-ng.com/u/carlflyons)
#### Post date: [March 25, 2023, 8:23pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/3 "2023-03-25T20:23:18Z")

</div>

I am tried using the Ubuntu command window and VSCode. Here is a screenshot of the error I am getting on Ubuntu with the outcome of the “sudo apt install python3-pip” command preceding the pip command.

 ![image](https://canada1.discourse-cdn.com/flex031/uploads/farm_ng/original/1X/047e2e04e30b3f58a02c64d3761c9f2fdfdc0901.png)

---

<div class="post-metadata">

### Author: ![carlflyons](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/carlflyons/32/79_2.png) [@carlflyons](https://discourse.farm-ng.com/u/carlflyons)
#### Post date: [March 25, 2023, 8:45pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/4 "2023-03-25T20:45:44Z")

</div>

Quick update: I appended “-- fix-missing” to the end of the sudo command and it seems to have worked. 👍 . My next problem is that the system does not seem to recognize the term “venv” in the following steps:

 ![image](https://canada1.discourse-cdn.com/flex031/uploads/farm_ng/original/1X/ba5c00f22ba91dd9b1b3aa80ed597ae9a0b535d1.png)

Additionally, from a conceptual side, I am a little confused by how the APK installation links to the SPK tutorial which links to developing custom applications. I have a limited understanding of virtual environments, so is it just that the APK installation creates the environment that the custom codes are written in?

---

<div class="post-metadata">

### Author: ![Jerrycowell96](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/jerrycowell96/32/71_2.png) [@Jerrycowell96](https://discourse.farm-ng.com/u/Jerrycowell96)
#### Post date: [March 26, 2023, 11:32am UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/5 "2023-03-26T11:32:44Z")

</div>

Hi Carlflyons,

Okay that’s awesome. I’m glad everything worked well. I’m looking at the screenshot you sent and it seems like your Syntax error is coming from your python3 - m venv venv. The command should be python3 -m venv venv. Without any spaces between the dash and ‘m’.

---

<div class="post-metadata">

### Author: ![ZachFranklin](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/zachfranklin/32/80_2.png) [@ZachFranklin](https://discourse.farm-ng.com/u/ZachFranklin)
#### Post date: [March 30, 2023, 9:25pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/6 "2023-03-30T21:25:40Z")

</div>

@Jerrycowell96 I noticed a problem with the current documentation with “clone the repository” under Brain ADK installation. The git clone command requires ownership with the formatting but if you just use the url it does not throw an error like under “developing a custom application”.

---

<div class="post-metadata">

### Author: ![Jerrycowell96](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.farm-ng.com/jerrycowell96/32/71_2.png) [@Jerrycowell96](https://discourse.farm-ng.com/u/Jerrycowell96)
#### Post date: [March 30, 2023, 10:31pm UTC](https://discourse.farm-ng.com/t/difficulties-installing-brain-adk/118/7 "2023-03-30T22:31:40Z")

</div>

Oh wow! Thanks Zach. That’s a great find. I’ll update that in our docs to help out other students!
