sourcery-ai / sourcery

Instant AI code reviews
https://sourcery.ai
MIT License
1.53k stars 66 forks source link

Sourcery 0.12.6 fails with error about CXXABI due to languages.so #261

Open FasterThanMyShadow opened 2 years ago

FasterThanMyShadow commented 2 years ago

Issue description or question

I'm using sourcery on CentOS 7 with VS Code, using Remote - SSH, and when the first python file is opened sourcery tries to start and fails with an error OSError: /lib64/libstdc++.so.6: version 'CXXABI_1.3.9' not found (required by ~/.vscode-server/extensions/sourcery.sourcery-0.12.6/sourcery_binaries/install/linux/languages.so).

Version 0.12.0 works fine. I assume that somewhere between 0.12.0 and 0.12.6 the build system/configuration for sourcery has changed. Would it be possible to add back support for CentOS 7?

Sourcery Version

12.0.6

Code editor or IDE name and version

VS Code

OS name and version

CentOS 7

brendanator commented 2 years ago

This is the same issue as https://github.com/sourcery-ai/sourcery-vscode/issues/88