'ee_mysql_grant_host' problem

I have Ubuntu 16.04 x64 installed. EasyEngine is uploading successfully. But when I try to add a site I get the following output.

Setting up NGINX configuration [Done] Setting up webroot [Done] Downloading WordPress [Done] Setting up database Oops Something went wrong !! Calling cleanup actions … ‘Ee_mysql_grant_host’

I looked at the forum in detail. But none of it was a solution. I tried Lc messages, WP CLI. It did not work.

i can help you with this issue try this

sudo reboot

sudo wget https://github.com/VirtuBox/easyengine/raw/master/dist.zip -O /usr/local/lib/python3.5/dist.zip

sudo apt install unzip

cd /usr/local/lib/python3.5/

sudo rm -rf dist-packages

sudo unzip dist.zip

sudo rm dist.zip

sudo chown root:staff dist-packages/*.egg

sudo reboot

The fix has been released in a new version. Fresh installation should have no issues.