Trouble installing explorerhat packages

Hi there,

Have installed Explorerhat and have bought an explorerhat pro, but my install on Raspberry Pi3 doesn’t seem to have worked properly.

With the EHpro on my Pi, if I run ‘import explorerhat’ I get loads of error codes - I have installed using a virtual environment and there are folders with the modules stored on the pi, don’t know what to do.

Here are the error codes from Python:
Explorer HAT Pro detected…
Traceback (most recent call last):
File “/home/perfectstorm/mu_code/bois.py”, line 1, in
import explorerhat
File “/usr/lib/python3/dist-packages/explorerhat/init.py”, line 756, in
touch._add(one=CapTouchInput(4, 1))
^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/explorerhat/init.py”, line 595, in init
_cap1208.on(channel=self.channel, event=event, handler=self._handle_state)
File “/usr/lib/python3/dist-packages/cap1xxx.py”, line 386, in on
self.start_watching()
File “/usr/lib/python3/dist-packages/cap1xxx.py”, line 400, in start_watching
self.async_poll.start()
File “/usr/lib/python3/dist-packages/cap1xxx.py”, line 208, in start
if self.isAlive() == False:
^^^^^^^^^^^^
AttributeError: ‘AsyncWorker’ object has no attribute ‘isAlive’. Did you mean: ‘is_alive’?