# Breakout Garden Script

**URL:** https://forums.pimoroni.com/t/breakout-garden-script/11347
**Category:** Raspberry Pi
**Created:** [August 18, 2019, 10:53am UTC](https://forums.pimoroni.com/t/breakout-garden-script/11347 "2019-08-18T10:53:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mtoko](https://avatars.discourse-cdn.com/v4/letter/m/f07891/32.png) [@mtoko](https://forums.pimoroni.com/u/mtoko)
#### Post date: [August 18, 2019, 10:53am UTC](https://forums.pimoroni.com/t/breakout-garden-script/11347/1 "2019-08-18T10:53:22Z")

</div>

Hi

I have a Breakout Garden on a Pi Zero. I did run the install script and solved some problems with smbus and now I am getting the following error. A search of the forum suggest that the script should install the necessary libraries. Any help appreciated

pi@raspberrypi:~ cd breakout-garden-master pi@raspberrypi:~/breakout-garden-master sudo ./install.sh

Breakout Garden: Installer. (1 breakout(s) found)

bme680 weather sensor: Error!  
./install.sh: line 175: cd: bme680-python: No such file or directory  
Installing 1 module(s). Enter to continue (Ctrl+C to cancel)…  
Errors occured during install. For more info see /tmp/breakout-garden/install.log

---

<div class="post-metadata">

### Author: ![alphanumeric](https://sea2.discourse-cdn.com/flex016/user_avatar/forums.pimoroni.com/alphanumeric/32/2729_2.png) [@alphanumeric](https://forums.pimoroni.com/u/alphanumeric)
#### Post date: [August 18, 2019, 11:16am UTC](https://forums.pimoroni.com/t/breakout-garden-script/11347/2 "2019-08-18T11:16:40Z")

</div>

Try running `curl https://get.pimoroni.com/bme680 | bash` and see if that helps.

I have a couple of BME680’s in use, I don’t have any of the breakout garden hats etc though.
