I used clean ubuntu 16 and ubuntu 18 server in wmware/virtualbox (8GB RAM) with python 3.6 and pip 20 in virtualenv to install rasa by github source. It built without errors. I tried to init a new project and speak to bot server during installation and good. After that, i enter the command with rasa shell, the segmentation fault occurred. It’s very strange that it works during the init project but fail with command rasa shell.
Hey @samshaw. Looks like the issue here is related to your OS. I found the thread here which might be useful for you. Could you try some of the solutions mentioned here?
Thanks for help. I have tried the solution mentioned there with several times.
I did that in different computers with clean installation from ubuntu server 18 server LTS ISO file and follow the instructions:
https://rasa.com/docs/rasa/user-guide/installation/
by using from git source (because using pip install rasa will cause an sanic? package version dependency issue as forum already recolonized at this time)