
I’ve installed the rasa package and installed the rasa x package.
When trying to run rasa X there is a md5 module load error
OS: CentOS 3.10.0 x86_64
installed
rasa core 1.0.1 with rasa nlu 1.0.1
rasa x 1.0.1 with rasa package 1.0.1
can you kindly advise?
Mhm, may I ask how you installed the rasa x package? Can you try to uninstall rasa, rasax, and reinstall with pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
Hi Tobias,
Thank to for your quick replay.
I have successfully reinstalled the rasa and rasa x modules via pip uninstall / pip install
I’m using a virtual environment for this project.
The problem still remains _md5
Please find error output below.
bot $ rasa x
Traceback (most recent call last):
File “/home/bot/bin/rasa”, line 6, in
from rasa.main import main
File “/home/bot/lib64/python3.6/site-packages/rasa/init.py”, line 8, in
from rasa.run import run
File “/home/bot/lib64/python3.6/site-packages/rasa/run.py”, line 9, in
from rasa.model import get_model
File “/home/bot/lib64/python3.6/site-packages/rasa/model.py”, line 8, in
from _md5 import md5
ModuleNotFoundError: No module named ‘_md5’