odoo-ide / vscode-odoo

Visual Studio Code extension for Odoo
https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo
39 stars 2 forks source link

version `GLIBC_2.29' not found #34

Closed hojati closed 8 months ago

hojati commented 9 months ago

Hi, when i install the extention remotely in vscode it doesnt work. Below is the output:

/lib/x86_64-linux-gnu/libm.so.6: versionGLIBC_2.29' not found (required by /home/user/.vscode-server/extensions/trinhanhngoc.vscode-odoo-0.8.2-linux-x64/lib/binding/node-v108-linux-x64/better_sqlite3.node)`

i use ubuntu 16.04 remotely for odoo 10

trinhanhngoc commented 9 months ago

Hi @hojati . This is a known error (https://github.com/WiseLibs/better-sqlite3/issues/990) on older Ubuntu. I will consider adding the support for older Ubuntu in the next version.

trinhanhngoc commented 8 months ago

Hi @hojati , The new version 0.9.0 has been released with support for Ubuntu 16.0 in remote development.