# Installing the software

**URL:** https://community.zymbit.com/t/installing-the-software/1283
**Category:** Getting Started
**Created:** [September 29, 2021, 3:34pm UTC](https://community.zymbit.com/t/installing-the-software/1283 "2021-09-29T15:34:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jak](https://avatars.discourse-cdn.com/v4/letter/j/ecd19e/32.png) [@Jak](https://community.zymbit.com/u/Jak)
#### Post date: [September 29, 2021, 3:34pm UTC](https://community.zymbit.com/t/installing-the-software/1283/1 "2021-09-29T15:34:27Z")

</div>

Hi,  
I have bought the new HSM-6  
I followed the instructions provided on your documentation on how to install the software  
However every time I run the test command

python /usr/local/share/zymkey/examples/zk\_app\_utils\_test.py

I receive the following error:

Traceback (most recent call last):  
File “zk\_crypto\_test.py”, line 3, in   
import zymkey  
File “/usr/local/lib/python2.7/dist-packages/zymkey/ **init**.py”, line 64  
CLOUD\_ENCRYPTION\_KEY: str = “cloud”  
^  
SyntaxError: invalid syntax

I have tried everything including updating upgrading and reinstalling yet every time I face the same error

Could you please help me or provide guidance on how to overcome this problem

Many thanks for your support

---

<div class="post-metadata">

### Author: ![Bob\_of\_Zymbit](https://avatars.discourse-cdn.com/v4/letter/b/82dd89/32.png) [@Bob\_of\_Zymbit](https://community.zymbit.com/u/Bob_of_Zymbit)
#### Post date: [September 29, 2021, 4:42pm UTC](https://community.zymbit.com/t/installing-the-software/1283/2 "2021-09-29T16:42:40Z")

</div>

Hi Jak,

Can you try python3 instead of python? I’ll update the online documentation.

Bob

---

<div class="post-metadata">

### Author: ![Jak](https://avatars.discourse-cdn.com/v4/letter/j/ecd19e/32.png) [@Jak](https://community.zymbit.com/u/Jak)
#### Post date: [September 29, 2021, 5:10pm UTC](https://community.zymbit.com/t/installing-the-software/1283/3 "2021-09-29T17:10:09Z")

</div>

Hey Bob,  
Thank you for your prompt response  
I tried python3 and i got the same outcome

Many thanks for your help

---

<div class="post-metadata">

### Author: ![Bob\_of\_Zymbit](https://avatars.discourse-cdn.com/v4/letter/b/82dd89/32.png) [@Bob\_of\_Zymbit](https://community.zymbit.com/u/Bob_of_Zymbit)
#### Post date: [September 29, 2021, 6:40pm UTC](https://community.zymbit.com/t/installing-the-software/1283/4 "2021-09-29T18:40:18Z")

</div>

I can’t reproduce a problem here with python3. Which OS are you using?

```auto
cat /etc/os-release
uname -a

```

And can you try to uninstall and re-install the zku python module, and reboot? The version should be 1.0.25.

```auto
sudo pip3 uninstall zku
sudo pip3 install zku
sudo pip3 show zku
reboot

```
