Hola amigos, aquí les dejo un manual de como instalar Odoo 13, para ello vamos a hacer uso del siguiente script, que nos automatiza los pasos de instalación.
1.- Creamos el archivo odoo_install.sh:
nano odooinstall.sh
2.- Agregamos el siguiente contenido:
#!/bin/bash #Creamos el usuario y grupo de sistema 'odoo': sudo adduser --system --quiet --shell=/bin/bash --home=/opt/odoo --gecos 'odoo' --group odoo #Creamos en directorio en donde se almacenará el archivo de configuración y log de odoo: sudo mkdir /etc/odoo && sudo mkdir /var/log/odoo/ # Instalamos Postgres y librerías base del sistema: sudo apt-get update && sudo apt-get install postgresql postgresql-server-dev-10 build-essential python3-pil python3-lxml python-ldap3 python3-dev python3-pip python3-setuptools npm nodejs git gdebi libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev libjpeg-dev -y #Descargamos odoo version 13 desde git: sudo git clone --depth 1 --branch 13.0 https://github.com/odoo/odoo /opt/odoo/odoo #Damos permiso al directorio que contiene los archivos de OdooERP e instalamos las dependencias de python3: sudo chown odoo:odoo /opt/odoo/ -R && sudo chown odoo:odoo /var/log/odoo/ -R && cd /opt/odoo/odoo && sudo pip3 install -r requirements.txt #Usamos npm, que es el gestor de paquetes Node.js para instalar less: sudo npm install -g less less-plugin-clean-css -y && sudo ln -s /usr/bin/nodejs /usr/bin/node #Descargamos dependencias e instalar wkhtmltopdf para generar PDF en odoo sudo apt install xfonts-base xfonts-75dpi -y cd /tmp wget http://security.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1.1_amd64.deb && sudo dpkg -i libpng12-0_1.2.54-1ubuntu1.1_amd64.deb wget https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb && sudo dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb sudo ln -s /usr/local/bin/wkhtmltopdf /usr/bin/ sudo ln -s /usr/local/bin/wkhtmltoimage /usr/bin/ #wget -N http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz && sudo gunzip GeoLiteCity.dat.gz && sudo mkdir /usr/share/GeoIP/ && sudo mv GeoLiteCity.dat /usr/share/GeoIP/ #Creamos un usuario 'odoo' para la base de datos: sudo su - postgres -c "createuser -s odoo" #Creamos la configuracion de Odoo: sudo su - odoo -c "/opt/odoo/odoo/odoo-bin --addons-path=/opt/odoo/odoo/addons -s --stop-after-init" #Creamos el archivo de configuracion de odoo: sudo mv /opt/odoo/.odoorc /etc/odoo/odoo.conf #Agregamos los siguientes parámetros al archivo de configuración de odoo: sudo sed -i "s,^\(logfile = \).*,\1"/var/log/odoo/odoo-server.log"," /etc/odoo/odoo.conf #sudo sed -i "s,^\(logrotate = \).*,\1"True"," /etc/odoo/odoo.conf #sudo sed -i "s,^\(proxy_mode = \).*,\1"True"," /etc/odoo/odoo.conf #Creamos el archivo de inicio del servicio de Odoo: sudo cp /opt/odoo/odoo/debian/init /etc/init.d/odoo && sudo chmod +x /etc/init.d/odoo sudo ln -s /opt/odoo/odoo/odoo-bin /usr/bin/odoo sudo update-rc.d -f odoo start 20 2 3 4 5 . sudo service odoo start
3.- Damos permiso al archivo:
sudo chmod u+x odooinstall.sh
4.- Ejecutamos :
sudo sh odooinstall.sh
5.- Finalmente abrimos un navegador web y colocamos: http://ip_o_dominio:8069
12 comentarios
Pedro M. Baeza · 11/09/2019 a las 2:38 am
Buenas, Odoo 13 es la rama saas-12.5, no master
David · 08/01/2020 a las 11:43 am
Hola queria saber si recomiendan trabjar con la v13 o seguir con la v11, gracias!
Javier Salazar Carlos · 08/01/2020 a las 8:44 pm
La versión 13 es una buena opción, va depender de si ya se tiene localizado odoo(Temas vinculados a la contabilidad local) para el país en donde se lleve la implementación.
david · 17/02/2020 a las 3:48 pm
Tengo un problema, luego de correr el shell
Ingreso la dirección: http://ip_o_dominio:8069 y responde:
ip_o_dominio’s server IP address could not be found
Ayuda por favor
Javier Salazar Carlos · 19/02/2020 a las 6:46 am
Debes de averiguar que IP tiene el servidor en donde estas instalando.
jacobo delgadillo · 21/10/2020 a las 9:16 am
Solo teclea en la terminal ifconfig y asi sabes tu IP, para abrir la terminal CTRL + ALT + T
alan · 28/05/2020 a las 11:31 am
Pregunta cual es la contrasñea que de postgresql ?
Amberto · 02/06/2020 a las 2:18 pm
Cual es la contraseña del postgres?
Javier Salazar Carlos · 05/06/2020 a las 10:54 am
El usuario postgres de la base de datos no tiene clave. se puede crearle una clave si asi se desea.
albert · 25/10/2020 a las 4:59 pm
como se agregaria el postgres?
Leandro · 05/06/2020 a las 2:51 pm
Que tal, hice los pasos pero me da error y al finalizar cuyando entro a la dirección no me deja entrar
Collecting soupsieve>1.2 (from beautifulsoup4->ofxparse==0.19->-r requirements.txt (line 22))
Downloading https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl
Building wheels for collected packages: ebaysdk, feedparser, gevent, greenlet, lxml, Mako, ofxparse, psutil, python-ldap, PyPDF2, pyusb, vatnumber, vobject
Running setup.py bdist_wheel for ebaysdk … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/ebaysdk/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpoko0423wpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for ebaysdk
Running setup.py clean for ebaysdk
Running setup.py bdist_wheel for feedparser … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/feedparser/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpy3sauwvzpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for feedparser
Running setup.py clean for feedparser
Running setup.py bdist_wheel for gevent … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/gevent/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpp2shjwugpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for gevent
Running setup.py clean for gevent
Running setup.py bdist_wheel for greenlet … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/greenlet/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpxcmcciavpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for greenlet
Running setup.py clean for greenlet
Running setup.py bdist_wheel for lxml … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/lxml/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpc3feffiupip-wheel- –python-tag cp36:
Building lxml version 3.7.1.
Building without Cython.
Using build configuration of libxslt 1.1.29
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for lxml
Running setup.py clean for lxml
Running setup.py bdist_wheel for Mako … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/Mako/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp6m3opvrkpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for Mako
Running setup.py clean for Mako
Running setup.py bdist_wheel for ofxparse … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/ofxparse/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpa0624afcpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for ofxparse
Running setup.py clean for ofxparse
Running setup.py bdist_wheel for psutil … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/psutil/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpg1fo5d_lpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for psutil
Running setup.py clean for psutil
Running setup.py bdist_wheel for python-ldap … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/python-ldap/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp4npwhhstpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for python-ldap
Running setup.py clean for python-ldap
Running setup.py bdist_wheel for PyPDF2 … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/PyPDF2/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpazp88bwqpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for PyPDF2
Running setup.py clean for PyPDF2
Running setup.py bdist_wheel for pyusb … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/pyusb/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp98pqyvjvpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for pyusb
Running setup.py clean for pyusb
Running setup.py bdist_wheel for vatnumber … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/vatnumber/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp0gsrhrbdpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for vatnumber
Running setup.py clean for vatnumber
Running setup.py bdist_wheel for vobject … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/vobject/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp4ilyf1eepip-wheel- –python-tag cp36:
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: ‘bugtrack_url’
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for vobject
Running setup.py clean for vobject
Failed to build ebaysdk feedparser gevent greenlet lxml Mako ofxparse psutil python-ldap PyPDF2 pyusb vatnumber vobject
Installing collected packages: pytz, Babel, decorator, docutils, lxml, requests, ebaysdk, feedparser, greenlet, gevent, html2text, MarkupSafe, Jinja2, libsass, Mako, pbr, mock, num2words, soupsieve, beautifulsoup4, ofxparse, passlib, Pillow, polib, psutil, psycopg2, pyparsing, pydot, python-ldap, PyPDF2, python-dateutil, pyusb, qrcode, reportlab, defusedxml, appdirs, requests-toolbelt, cached-property, isodate, zeep, python-stdnum, vatnumber, vobject, Werkzeug, XlsxWriter, xlwt, xlrd
Found existing installation: lxml 4.2.1
Not uninstalling lxml at /usr/lib/python3/dist-packages, outside environment /usr
Running setup.py install for lxml … done
Found existing installation: requests 2.18.4
Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr
Running setup.py install for ebaysdk … done
Running setup.py install for feedparser … done
Running setup.py install for greenlet … done
Running setup.py install for gevent … done
Running setup.py install for Mako … done
Running setup.py install for ofxparse … done
Found existing installation: Pillow 5.1.0
Not uninstalling pillow at /usr/lib/python3/dist-packages, outside environment /usr
Running setup.py install for psutil … done
Running setup.py install for python-ldap … done
Running setup.py install for PyPDF2 … done
Running setup.py install for pyusb … done
Running setup.py install for vatnumber … done
Running setup.py install for vobject … done
Successfully installed Babel-2.6.0 Jinja2-2.10.1 Mako-1.0.7 MarkupSafe-1.1.0 Pillow-5.4.1 PyPDF2-1.26.0 Werkzeug-0.14.1 XlsxWriter-1.1.2 appdirs-1.4.4 beautifulsoup4-4.9.1 cached-property-1.5.1 decorator-4.3.0 defusedxml-0.6.0 docutils-0.14 ebaysdk-2.1.5 feedparser-5.2.1 gevent-1.1.2 greenlet-0.4.10 html2text-2018.1.9 isodate-0.6.0 libsass-0.17.0 lxml-3.7.1 mock-2.0.0 num2words-0.5.6 ofxparse-0.19 passlib-1.7.1 pbr-5.4.5 polib-1.1.0 psutil-5.6.6 psycopg2-2.7.7 pydot-1.4.1 pyparsing-2.2.0 python-dateutil-2.7.3 python-ldap-3.1.0 python-stdnum-1.13 pytz-2019.1 pyusb-1.0.2 qrcode-6.1 reportlab-3.5.13 requests-2.21.0 requests-toolbelt-0.9.1 soupsieve-2.0.1 vatnumber-1.2 vobject-0.9.6.1 xlrd-1.1.0 xlwt-1.3.0 zeep-3.2.0
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
/usr/local/bin/lessc -> /usr/local/lib/node_modules/less/bin/lessc
leandro · 05/06/2020 a las 2:54 pm
Collecting soupsieve>1.2 (from beautifulsoup4->ofxparse==0.19->-r requirements.txt (line 22))
Downloading https://files.pythonhosted.org/packages/6f/8f/457f4a5390eeae1cc3aeab89deb7724c965be841ffca6cfca9197482e470/soupsieve-2.0.1-py3-none-any.whl
Building wheels for collected packages: ebaysdk, feedparser, gevent, greenlet, lxml, Mako, ofxparse, psutil, python-ldap, PyPDF2, pyusb, vatnumber, vobject
Running setup.py bdist_wheel for ebaysdk … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/ebaysdk/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpoko0423wpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for ebaysdk
Running setup.py clean for ebaysdk
Running setup.py bdist_wheel for feedparser … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/feedparser/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpy3sauwvzpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for feedparser
Running setup.py clean for feedparser
Running setup.py bdist_wheel for gevent … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/gevent/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpp2shjwugpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for gevent
Running setup.py clean for gevent
Running setup.py bdist_wheel for greenlet … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/greenlet/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpxcmcciavpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for greenlet
Running setup.py clean for greenlet
Running setup.py bdist_wheel for lxml … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/lxml/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpc3feffiupip-wheel- –python-tag cp36:
Building lxml version 3.7.1.
Building without Cython.
Using build configuration of libxslt 1.1.29
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for lxml
Running setup.py clean for lxml
Running setup.py bdist_wheel for Mako … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/Mako/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp6m3opvrkpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for Mako
Running setup.py clean for Mako
Running setup.py bdist_wheel for ofxparse … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/ofxparse/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpa0624afcpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for ofxparse
Running setup.py clean for ofxparse
Running setup.py bdist_wheel for psutil … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/psutil/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpg1fo5d_lpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for psutil
Running setup.py clean for psutil
Running setup.py bdist_wheel for python-ldap … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/python-ldap/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp4npwhhstpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for python-ldap
Running setup.py clean for python-ldap
Running setup.py bdist_wheel for PyPDF2 … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/PyPDF2/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmpazp88bwqpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for PyPDF2
Running setup.py clean for PyPDF2
Running setup.py bdist_wheel for pyusb … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/pyusb/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp98pqyvjvpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for pyusb
Running setup.py clean for pyusb
Running setup.py bdist_wheel for vatnumber … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/vatnumber/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp0gsrhrbdpip-wheel- –python-tag cp36:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for vatnumber
Running setup.py clean for vatnumber
Running setup.py bdist_wheel for vobject … error
Complete output from command /usr/bin/python3 -u -c «import setuptools, tokenize;__file__=’/tmp/pip-build-077siczf/vobject/setup.py’;f=getattr(tokenize, ‘open’, open)(__file__);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, __file__, ‘exec’))» bdist_wheel -d /tmp/tmp4ilyf1eepip-wheel- –python-tag cp36:
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: ‘bugtrack_url’
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …]
or: -c –help [cmd1 cmd2 …]
or: -c –help-commands
or: -c cmd –help
error: invalid command ‘bdist_wheel’
—————————————-
Failed building wheel for vobject
Running setup.py clean for vobject
Failed to build ebaysdk feedparser gevent greenlet lxml Mako ofxparse psutil python-ldap PyPDF2 pyusb vatnumber vobject
Installing collected packages: pytz, Babel, decorator, docutils, lxml, requests, ebaysdk, feedparser, greenlet, gevent, html2text, MarkupSafe, Jinja2, libsass, Mako, pbr, mock, num2words, soupsieve, beautifulsoup4, ofxparse, passlib, Pillow, polib, psutil, psycopg2, pyparsing, pydot, python-ldap, PyPDF2, python-dateutil, pyusb, qrcode, reportlab, defusedxml, appdirs, requests-toolbelt, cached-property, isodate, zeep, python-stdnum, vatnumber, vobject, Werkzeug, XlsxWriter, xlwt, xlrd
Found existing installation: lxml 4.2.1
Not uninstalling lxml at /usr/lib/python3/dist-packages, outside environment /usr
Running setup.py install for lxml … done
Found existing installation: requests 2.18.4
Not uninstalling requests at /usr/lib/python3/dist-packages, outside environment /usr
Running setup.py install for ebaysdk … done
Running setup.py install for feedparser … done
Running setup.py install for greenlet … done
Running setup.py install for gevent … done
Running setup.py install for Mako … done
Running setup.py install for ofxparse … done
Found existing installation: Pillow 5.1.0
Not uninstalling pillow at /usr/lib/python3/dist-packages, outside environment /usr
Running setup.py install for psutil … done
Running setup.py install for python-ldap … done
Running setup.py install for PyPDF2 … done
Running setup.py install for pyusb … done
Running setup.py install for vatnumber … done
Running setup.py install for vobject … done
Successfully installed Babel-2.6.0 Jinja2-2.10.1 Mako-1.0.7 MarkupSafe-1.1.0 Pillow-5.4.1 PyPDF2-1.26.0 Werkzeug-0.14.1 XlsxWriter-1.1.2 appdirs-1.4.4 beautifulsoup4-4.9.1 cached-property-1.5.1 decorator-4.3.0 defusedxml-0.6.0 docutils-0.14 ebaysdk-2.1.5 feedparser-5.2.1 gevent-1.1.2 greenlet-0.4.10 html2text-2018.1.9 isodate-0.6.0 libsass-0.17.0 lxml-3.7.1 mock-2.0.0 num2words-0.5.6 ofxparse-0.19 passlib-1.7.1 pbr-5.4.5 polib-1.1.0 psutil-5.6.6 psycopg2-2.7.7 pydot-1.4.1 pyparsing-2.2.0 python-dateutil-2.7.3 python-ldap-3.1.0 python-stdnum-1.13 pytz-2019.1 pyusb-1.0.2 qrcode-6.1 reportlab-3.5.13 requests-2.21.0 requests-toolbelt-0.9.1 soupsieve-2.0.1 vatnumber-1.2 vobject-0.9.6.1 xlrd-1.1.0 xlwt-1.3.0 zeep-3.2.0
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
/usr/local/bin/lessc -> /usr/local/lib/node_modules/less/bin/lessc