YunoHost-Apps / libreerp_ynh

LibreERP package for YunoHost
https://odoo.com
GNU Affero General Public License v3.0
16 stars 19 forks source link

Installation failed #34

Open valentinbesse opened 1 year ago

valentinbesse commented 1 year ago

Describe the bug

I installed LibreERP on my Yunohost dedicated server (x86-64). At some point it failed. I got this information : /var/www/libreerp/venv/lib/python3.7/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.

Here the link to the complete log : https://paste.yunohost.org/raw/xaceviloda

Context

Steps to reproduce

Expected behavior

After the installation, LibreERP should be available.

Logs

Here the link to the complete log : https://paste.yunohost.org/raw/xaceviloda

zeroheure commented 1 year ago

Hi Long time Odoo user here (libreERP is a rebranded Odoo). Trying to help, because my own test install with libreERP works well. The warning about psycopg is not related to the failed install. The install failed after LibreERP first launch, so check that requirements are all ok. In particular, check that you are installing LibreERP on its own domain or subdomain. The domain should also be real, because yours looks a bit strange maindomain.tld

I would first fix the domain name, then relaunch the install. Hope this help