andrei-q

Results 3 comments of andrei-q

> ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by /mnt/lin2/venv/p36/lib/python3.6/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so) Failed to load the native TensorFlow runtime.

I got the following error: ``` >>> model = gensim.models.fasttext.FastText.load('araneum_none_fasttextcbow_300_5_2018.model') Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/gensim/models/fasttext.py", line 936, in load model = super(FastText, cls).load(*args, **kwargs) File "/usr/local/lib/python3.5/dist-packages/gensim/models/base_any2vec.py", line 1247,...