Skip to content

Instantly share code, notes, and snippets.

@davidnvq
Last active March 21, 2018 02:16
Show Gist options
  • Save davidnvq/442afd14f6c1699fa5c053380eb5ff33 to your computer and use it in GitHub Desktop.
Save davidnvq/442afd14f6c1699fa5c053380eb5ff33 to your computer and use it in GitHub Desktop.
Error of not found libstdc++6 in virtual environment
#1. Install libstdc++6
sudo apt-get install libstdc++6
#2. Copy to envs/tensorflow/bin/../lib/
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /home/username/anaconda/envs/tensorflow/bin/../lib/
@davidnvq
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment