kimuraframework icon indicating copy to clipboard operation
kimuraframework copied to clipboard

Error when installing on Linux

Open thanhtoan1196 opened this issue 3 years ago • 2 comments

Error when installing on ubuntu Logs:

root@f7f25d74ee8e:/Users/toan/Desktop/ruby/main-backend# kimurai setup localhost --local 

PLAY [all] *****************************************************************************************************************************************************************************

TASK [Gathering Facts] *****************************************************************************************************************************************************************
ok: [localhost]

TASK [Update apt cache] ****************************************************************************************************************************************************************
changed: [localhost]

TASK [Install base packages] ***********************************************************************************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `pkg: "{{ item 
}}"`, please use `pkg: ['xvfb', 'libsqlite3-dev', 'sqlite3', 'mongodb-clients', 'mysql-client', 'libmysqlclient-dev', 'postgresql-client', 'libpq-dev']` and remove the loop. This 
feature will be removed in version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [localhost] (item=['xvfb', 'libsqlite3-dev', 'sqlite3', 'mongodb-clients', 'mysql-client', 'libmysqlclient-dev', 'postgresql-client', 'libpq-dev']) => {"changed": false, "item": ["xvfb", "libsqlite3-dev", "sqlite3", "mongodb-clients", "mysql-client", "libmysqlclient-dev", "postgresql-client", "libpq-dev"], "msg": "No package matching 'mongodb-clients' is available"}
        to retry, use: --limit @/usr/local/bundle/gems/kimurai-1.4.0/lib/kimurai/automation/setup.retry

PLAY RECAP *****************************************************************************************************************************************************************************
localhost                  : ok=2    changed=1    unreachable=0    failed=1   

thanhtoan1196 avatar May 01 '21 13:05 thanhtoan1196

What's your Ubuntu version?

sebastian-palma avatar May 01 '21 17:05 sebastian-palma

@sebastian-palma I use docker image ruby:2.7.1

thanhtoan1196 avatar May 02 '21 05:05 thanhtoan1196