Abode component no longer working after 68.1 update

Hello all! I am new to home assistant and just did my first update. Sadly, now I have issues that I can’t seem to work out with my Abode alarm component.

Here is the info from the log file:
2018-05-04 22:48:30 ERROR (Thread-9) [homeassistant.util.package] Unable to install package abodepy==0.13.1: Could not install packages due to an EnvironmentEr$
Consider using the --user option or check the permissions.
2018-05-04 22:48:30 ERROR (MainThread) [homeassistant.requirements] Not initializing abode because could not install requirement abodepy==0.13.1
2018-05-04 22:48:30 ERROR (MainThread) [homeassistant.setup] Setup failed for abode: Could not install all requirements.

I am also getting an error with Abode after upgrading to 68.1.

Here’s the log info:

2018-05-06 11:08:11 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1525630091.5278685, level=ERROR, message=Error during setup of component abode, exception=Traceback (most recent call last):
File “/usr/lib/python3.6/site-packages/homeassistant/components/abode.py”, line 136, in setup
File “/usr/lib/python3.6/site-packages/homeassistant/components/abode.py”, line 97, in init
, source=components/abode.py>

  • abode
  • abode2018-05-06 11:08:11 ERROR (MainThread) [homeassistant.setup] Error during setup of component abode
    File “/usr/lib/python3.6/site-packages/homeassistant/components/abode.py”, line 136, in setup
    File “/usr/lib/python3.6/site-packages/homeassistant/components/abode.py”, line 97, in init

I also tried replacing the abode.py with the 12.3 version by placing it in custom components which worked when it broke last time and although it will load fine, it does not fire events on the event bus.