Rasa installation issue in ubuntu 18.04

Hi , I am facing issue while installing RASA core and NLU from both pypi and from git repo.

Pls find below traceback :

Successfully built slackclient colorclass terminaltables flask-jwt-simple regex Installing collected packages: jsonpickle, six, redis, fakeredis, future, numpy, typing, ruamel.ordereddict, ruamel.yaml, idna, urllib3, certifi, chardet, requests, graphviz, h5py, pyyaml, scipy, keras, enum34, futures, grpcio, setuptools, protobuf, funcsigs, pbr, mock, gast, absl-py, wheel, Werkzeug, markdown, tensorboard, termcolor, backports.weakref, astor, tensorflow, pytz, tzlocal, apscheduler, tqdm, ConfigArgParse, decorator, networkx, fbmessenger, python-dateutil, docopt, pykwalify, monotonic, humanfriendly, coloredlogs, click, MarkupSafe, Jinja2, itsdangerous, flask, flask-cors, scikit-learn, simplejson, cloudpickle, jmespath, docutils, botocore, s3transfer, boto3, functools32, jsonschema, incremental, PyHamcrest, zope.interface, hyperlink, attrs, Automat, constantly, Twisted, klein, greenlet, gevent, cycler, backports.functools-lru-cache, subprocess32, kiwisolver, pyparsing, matplotlib, packaging, pathlib, rasa-nlu, websocket-client, slackclient, python-telegram-bot, PyJWT, twilio, mattermostwrapper, colorhash, pika, rasa-core-sdk, pymongo, rocketchat-API, colorclass, terminaltables, wcwidth, prompt-toolkit, Pygments, regex, PyInquirer, flask-jwt-simple, python-engineio, python-socketio Segmentation fault (core dumped)

Please post issues with installation as an issue in our repo.

python actions.py Traceback (most recent call last): File “actions.py”, line 8, in from rasa_core.actions.forms import ( ModuleNotFoundError: No module named ‘rasa_core.actions.forms’

please solve this problem action forms are not working in new version i have tried your solution

from rasa_core.actions.forms import (

EntityFormField,
FormAction,

)

not working

Looks like you’ve updated to 0.11, please refer to the migration guide: https://rasa.com/docs/core/migrations/

Pls share the docs for HTTP API supported in laterst rasa core 0.11 version I am trying with the below API’s curl -XPOST http://localhost:5005/conversations/default/parse -d {“message”:“hi”} This is giving me 404 error

Please refer to our docs: https://rasa.com/docs/core/server/ As stated in the migration guide, the /parse endpoint no longer exists