Skip to Content
Menu
This question has been flagged
1 Reply
5295 Views

Hi,

I installed Odoo13 using the instructions of https://linuxize.com/post/how-to-install-odoo-13-on-ubuntu-18-04/. I use Mint LMDE3 Cindy, version Cinnamon 4.2.4.

I run into the following problem:

 

odoo13.service - Odoo13

   Loaded: loaded (/etc/systemd/system/odoo13.service; enabled; vendor preset: enabled)

   Active: failed (Result: exit-code) since Mon 2020-03-16 00:48:49 CET; 9h ago

 Main PID: 1064 (code=exited, status=1/FAILURE)


mrt 16 00:48:49 user systemd[1]: Started Odoo13.

mrt 16 00:48:49 user odoo13[1064]: Traceback (most recent call last):

mrt 16 00:48:49 user odoo13[1064]:   File "/opt/odoo13/odoo/odoo-bin", line 5, in <module>

mrt 16 00:48:49 user odoo13[1064]:     import odoo

mrt 16 00:48:49 user odoo13[1064]:   File "/opt/odoo13/odoo/odoo/__init__.py", line 75, in <module>

mrt 16 00:48:49 user odoo13[1064]:     import PyPDF2

mrt 16 00:48:49 user systemd[1]: odoo13.service: Main process exited, code=exited, status=1/FAILURE

mrt 16 00:48:49 user systemd[1]: odoo13.service: Unit entered failed state.

mrt 16 00:48:49 user systemd[1]: odoo13.service: Failed with result 'exit-code'.


Does someone have a solution?




Avatar
Discard
Best Answer

This happens to me too, with the exact same service status. Issue is temporarly fixed atter restarting service or the entire server, but after a while (minutes or hourse) the service fails again.

I already installed pypdf2 with "pip3 install Pypdf2" command.

i also runing odoo 13 on ubuntu 18-04.

Avatar
Discard
Related Posts Replies Views Activity
1
Jun 24
1277
5
Feb 16
3630
1
Dec 22
7226