Hello @rihards_struka,
If you get this type of error or you want to install Magento 2 fast then please run below command in Magento root directory, Also change appropriately in command
php bin/magento setup:install --backend-frontname="admin" --key="admin" --session-save="files" --db-host="localhost" --db-name="magento_2_db" --db-user="root" --db-password="root" --base-url="http://local.magento.com/" --base-url-secure="https://local.magento2.com/" --admin-user="admin" --admin-password="admin123" --admin-email="johndoe@example.com" --admin-firstname="John" --admin-lastname="Doe"
--
If my answer is useful, please Accept as Solution & give Kudos