Working to setup Rasa with Python 3.7.5 which got installed successfully. However rasa command line is throwing errors
Install Env: Python 3.7.5 --> System Installation with make altinstall [also Python 2.7.x is there as default python] Installation [ Build from source]
Error now when trying to run “rasa --version”
Traceback (most recent call last): File “/local_home/user/.local/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow.py”, line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File “/local_home/user/.local/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py”, line 28, in _pywrap_tensorflow_internal = swig_import_helper() File “/local_home/user/.local/lib/python3.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py”, line 24, in swig_import_helper _mod = imp.load_module(’_pywrap_tensorflow_internal’, fp, pathname, description) File “/usr/local/lib/python3.7/imp.py”, line 242, in load_module return load_dynamic(name, filename, file) File “/usr/local/lib/python3.7/imp.py”, line 342, in load_dynamic return _load(spec) ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8’ not found (required by /local_home/user/.local/lib/python3.7/site-packages/tensorflow/python/_pywrap_tensorflow_inte rnal.so)
GCC installs are below: gcc.x86_64 4.8.5-39.el7 @ael-7-prod-rhel-x86_64-server-7 gcc-c++.x86_64 4.8.5-39.el7 @ael-7-prod-rhel-x86_64-server-7 gcc-gfortran.x86_64 4.8.5-39.el7 @ael-7-prod-rhel-x86_64-server-7 libgcc.i686 4.8.5-39.el7 @ael-7-prod-rhel-x86_64-server-7 libgcc.x86_64 4.8.5-39.el7 @ael-7-prod-rhel-x86_64-server-7
Checked my /lib64/libstdc++.so.6 does not have CXXABI_1.3.8
Need Help: What all system dependency we need to finish to enable the rasa command line?