# Anyone tried or have success getting wfpiconsole running on ChromeOS - linux

**URL:** https://community.tempest.earth/t/anyone-tried-or-have-success-getting-wfpiconsole-running-on-chromeos-linux/20462
**Category:** WeatherFlow PiConsole
**Created:** [March 24, 2023, 2:52pm UTC](https://community.tempest.earth/t/anyone-tried-or-have-success-getting-wfpiconsole-running-on-chromeos-linux/20462 "2023-03-24T14:52:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![tcichowicz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/tcichowicz/32/661_2.png) [@tcichowicz](https://community.tempest.earth/u/tcichowicz)
#### Post date: [March 24, 2023, 2:52pm UTC](https://community.tempest.earth/t/anyone-tried-or-have-success-getting-wfpiconsole-running-on-chromeos-linux/20462/1 "2023-03-24T14:52:06Z")

</div>

Just wondering if anyone has tried to get wfpiconsole installed on a chromebook?

Got it working… 😁

 ![wfpiconsole_on_chromebook2](https://us1.discourse-cdn.com/flex020/uploads/sws/original/2X/8/8975389283c547d964369eecbf2a9e8c5557a7fe.jpeg)

---

<div class="post-metadata">

### Author: ![peter](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/peter/32/1365_2.png) [@peter](https://community.tempest.earth/u/peter)
#### Post date: [March 24, 2023, 3:51pm UTC](https://community.tempest.earth/t/anyone-tried-or-have-success-getting-wfpiconsole-running-on-chromeos-linux/20462/2 "2023-03-24T15:51:52Z")

</div>

Nice! Did you use the install script?

---

<div class="post-metadata">

### Author: ![tcichowicz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tempest.earth/tcichowicz/32/661_2.png) [@tcichowicz](https://community.tempest.earth/u/tcichowicz)
#### Post date: [March 24, 2023, 4:05pm UTC](https://community.tempest.earth/t/anyone-tried-or-have-success-getting-wfpiconsole-running-on-chromeos-linux/20462/3 "2023-03-24T16:05:12Z")

</div>

yes… however it choked.

I needed to install “sudo apt-get install whiptail”

after that, it worked PERFECTLY…

I did have to install Python3 first using these commands.

```
Commands Used:

```

1. sudo apt update
2. sudo apt dist-upgrade -y
3. sudo apt install python3 python3-pip build-essential libssl-dev libffi-dev python3-dev -y
4. python3 --version
