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

Hello everyone, this past week I decided to switch from windows to linux and I'm confident linux is way better as a system manager, but I encountered an issue when I installed the website module, after restarting odoo, my odoo didn't load at all, blank page and errors, so I contacted a partner and he told me there was  dependencies missing for linux and stuff, we fixed it but I don't have the website module installed yet, which I will need in the future


Question is: What dependencies do I need for this module?

Avatar
Discard
Best Answer

Hi,
These are the python packages needed

sudo apt-get install python-dateutil python-docutils python-feedparser python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-psycopg2 python-psutil python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-unittest2 python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi poppler-utils python-pip python-pypdf python-passlib python-decorator gcc python-dev mc bzr python-setuptools python-markupsafe python-reportlab-accel python-zsi python-yaml python-argparse python-openssl python-egenix-mxdatetime python-usb python-serial lptools make python-pydot python-psutil python-paramiko poppler-utils python-pdftools antiword python-requests python-xlsxwriter python-suds python-psycogreen python-ofxparse python-gevent

These are the web dependencies needed

sudo apt-get install -y npm
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g less less-plugin-clean-css

Please Refer this link for further clarification: https://www.cybrosys.com/blog/step-by-step-to-install-odoo-v10-on-ubuntu16-04-lts

Thank you

Avatar
Discard