I've tried to run odoo 11 in Virtual Environment (virtualenv), then I've got this error:
ImportError: No module named 'PyPDF2'
However it works correctly when running service instead of virtual environment. Can you help me?
I've tried to run odoo 11 in Virtual Environment (virtualenv), then I've got this error:
ImportError: No module named 'PyPDF2'
However it works correctly when running service instead of virtual environment. Can you help me?
There are some packages those are missing in your current VM machine, so go to odoo11 direcory and run command pip install -r requirements.txt (using root user) and then try again.