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

You may try out buildFHSUserEnv wrapper for python environment that depend on libraries. In my cases, I only managed to get them running with FHS. In a FHS you can make a virtual environment and run pip -r requirements.txt as usual. See an example here, make sure to set the export LIBRARY_PATH.