Aider-AI / aider

aider is AI pair programming in your terminal
https://aider.chat/
Apache License 2.0
20.38k stars 1.87k forks source link

libstdc++.so.6: cannot open shared object file: No such file or directory #2032

Open JoelJJohnson opened 2 days ago

JoelJJohnson commented 2 days ago
(venv) deep2024ppo-1566184:~/deep2024ppo$ aider
─────────────────────────────────────────────────────────────────────────────────────
libstdc++.so.6: cannot open shared object file: No such file or directory
Error loading required imports. Did you install aider properly?
https://aider.chat/docs/install/install.html

Hi, I got this error for the first time I have been using aider in over a month. I could not find any articles on how to resolve this? Please help me troubleshoot this.

paul-gauthier commented 2 days ago

Thanks for trying aider and filing this issue. This doc may be helpful:

https://aider.chat/docs/install/pipx.html#pipx-on-replit

JoelJJohnson commented 2 days ago

Hi Paul, I tried as in instructions and still get the same error. Do you think it has something to do with Project IDX?``` (venv) deep2024ppo-1566184:~$ pipx run aider-chat NOTE: running app 'aider' from 'aider-chat' ──────────────────────────────────────────────────────────────────────────────── You should probably run aider in a directory, not your home dir. libstdc++.so.6: cannot open shared object file: No such file or directory Error loading required imports. Did you install aider properly? https://aider.chat/docs/install/install.html