Recorder, History, Logbook error after update to 0.50

Hi,

I got the following error after upgrading to 0.50.2 from 0.49.X

Any suggestion how to fix? Thank you!

2017-08-02 16:21:55 ERROR (Thread-7) [homeassistant.util.package] Unable to install package sqlalchemy==1.1.12: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-u42wa2p6/sqlalchemy/
2017-08-02 16:21:55 ERROR (MainThread) [homeassistant.setup] Not initializing recorder because could not install dependency sqlalchemy==1.1.12
2017-08-02 16:21:55 ERROR (MainThread) [homeassistant.setup] Setup failed for recorder: Could not install all requirements.
2017-08-02 16:21:55 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of history. Setup failed for dependencies: recorder
2017-08-02 16:21:55 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not setup all dependencies.
2017-08-02 16:21:55 ERROR (MainThread) [homeassistant.setup] Unable to setup dependencies of logbook. Setup failed for dependencies: recorder
2017-08-02 16:21:55 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not setup all dependencies.`Preformatted text`

sudo pip3 install --upgrade sqlalchemy==1.1.12

I get similar errors every time I do an upgrade on various components. So give that a try.

Thank you!

If I simply upgrade sqlalchemy it is upgrading to version 1.1.13 which produce so many errors with HA 0.50.2. Many modules are not working/not found. If I downgrade to sqlalchemy 1.1.12. than these errors are gone, BUT IN 0.50.2. THE ALEXA APP (not hue version) DOES NOT WORK, SAYING THE INTENT IS NOT CONFIGURED.

I decided to go back to 0.49.1. for now which works properly.

If I will have a little time later today I will test 0.50. end report errors if I found.

I believe I found the answer for my problem, will test later today and solve this thread if it works:

Just to solve this thread, I had multiple problems. For some reason after 0.50. upgrade I had to provide 0777 privilages for the …/python3.5/dist-packages/homeassistant folder, more details here: 0.50.1 does not start (inc. LOG)

and also re-configure Alexa as mentioned here: Need to change plaintext to plain in Intent_scripts for Alexa in HA 50.1