TagStudio
TagStudio copied to clipboard
Bug: Unable to run due to missing libstdc++.so.6
Hey, I just tried to run the TagStudio.sh
script, however it gave me the following error:
Traceback (most recent call last):
File "/home/ash/git/TagStudio/tagstudio/tag_studio.py", line 7, in <module>
from src.core.ts_core import TagStudioCore
File "/home/ash/git/TagStudio/tagstudio/src/core/ts_core.py", line 10, in <module>
from src.core.library import Entry, Library
File "/home/ash/git/TagStudio/tagstudio/src/core/library.py", line 22, in <module>
import ujson
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory
I am using an AMD64 architecture and running NixOS on my machine, hence why I am unable to use the packages from the release files, NixOS is unable to run dynamically linked executables, if anyone needs more info please let me know