Currently i'm installing Odoo 11 on Ubuntu 16.04. after this command"./odoo-bin" i got the message bellow:
..........................................................................................................................
Traceback (most recent call last):
File "./odoo-bin", line 5, in <module>
import odoo
File "/opt/odoo/odoo/odoo/__init__.py", line 84, in <module>
from . import modules
File "/opt/odoo/odoo/odoo/modules/__init__.py", line 8, in <module>
from . import db, graph, loading, migration, module, registry
File "/opt/odoo/odoo/odoo/modules/graph.py", line 10, in <module>
import odoo.tools as tools
File "/opt/odoo/odoo/odoo/tools/__init__.py", line 7, in <module>
from . import pdf
File "/opt/odoo/odoo/odoo/tools/pdf.py", line 4, in <module>
from PyPDF2 import PdfFileWriter, PdfFileReader
ImportError: No module named 'PyPDF2'
...........................................................................................................................................
My installation was alredy finished without any error. Someone can help me? I'm not able to start Odoo due to that message. Thank you in advance for your time and help.
PS: I used the following tutorial for installation: https://github.com/mtsoftware2016/odoo11/blob/master/commands.txt