Vonng / pigsty

Free RDS for PostgreSQL —— Pigsty
https://pigsty.io
GNU Affero General Public License v3.0
3.38k stars 258 forks source link

install failed on Rocky Linux 9 : FAILED! => {"msg": "You need to install \"jmespath\" prior to running json_query filter"} #389

Closed nining closed 5 months ago

nining commented 5 months ago

I have executed the following command: sudo dnf install -y ansible python3.11-jmespath And when executing install.yaml, the following error message was throwed: TASK [pg_id : get pgsql identity] fatal: [192.168.1.6]: FAILED! => {"msg": "You need to install \"jmespath\" prior to running json_query filter"}

nining commented 5 months ago

I installed the python3-jmespath package, and it resolved the issue.

Vonng commented 5 months ago

Sometimes you have to install both python3-jmespath & python3.11-jmespath to resolve this issue on el8/el9