I installed the version 10 in /opt/odoo/odoo-10 (cannot remember the method)
I upgrade to 13 following this method : https://www.tecmint.com/install-odoo-in-ubuntu/
when checking the odoo version, it gives Odoo Server 13.0-20200612
but when starting, I get
odoo
2020-06-12 10:48:34,879 8600 INFO ? odoo: Odoo version 13.0-20200612
2020-06-12 10:48:34,880 8600 INFO ? odoo: Using configuration file at /home/ownUser/.odoorc
2020-06-12 10:48:34,880 8600 INFO ? odoo: addons paths: ['/usr/lib/python3/dist-packages/odoo/addons', '/home/ownUser/.local/share/Odoo/addons/13.0', '/opt/odoo/odoo-10.0/odoo/addons', '/opt/odoo/odoo-10.0/addons']
2020-06-12 10:48:34,881 8600 INFO ? odoo: database: default@default:default
2020-06-12 10:48:34,987 8600 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2020-06-12 10:48:35,065 8600 WARNING ? odoo.addons.base.models.res_currency: The num2words python library is not installed, amount-to-text features won't be fully available.
Exception in thread odoo.service.httpd:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 440, in http_thread
self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 149, in __init__
handler=RequestHandler)
File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 577, in __init__
self.address_family), handler)
File "/usr/lib/python3.6/socketserver.py", line 456, in __init__
self.server_bind()
File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 164, in server_bind
super(ThreadedWSGIServerReloadable, self).server_bind()
File "/usr/lib/python3.6/http/server.py", line 136, in server_bind
socketserver.TCPServer.server_bind(self)
File "/usr/lib/python3.6/socketserver.py", line 470, in server_bind
self.socket.bind(self.server_address)
OSError: [Errno 98] Adresse déjà utilisée
and here, I have to CTRL+C and get
2020-06-12 10:50:44,381 8600 INFO ? odoo.service.server: Initiating shutdown
2020-06-12 10:50:44,382 8600 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.
Tried to kill the process, but not solving the problem
Installed the num2words (in python2.7), but running the 3.6...
It seems Odoo, cannot find the correct path, any suggestion (s)?