Hydrospheredata / hydro-serving-cli

CLI for the Hydrosphere.io project.

Home Page:http://docs.hydrosphere.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error occurred while preparing cluster: 'NoneType' object has no attribute 'remote_addr'

robbertvdg opened this issue · comments

I installed hs 2.4 in a clean conda python 3.8 environment.
Running hs cluster add --name local --server http://localhost gives me the error:
Error occurred while preparing cluster: 'NoneType' object has no attribute 'remote_addr'

I think some dependency might have been updated and gives this error.

With hs==2.2.0 in a python 3.7 environment this error does not occur.