Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up

(rasa_conda_env) C:\Users\Admin\Desktop\rasa_conda>rasa --version Rasa Version : 2.8.1 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.1 Rasa X Version : 0.39.3 Python Version : 3.7.0 Operating System : Windows-10-10.0.19041-SP0 Python Path : C:\Users\Admin\anaconda3\envs\rasa_conda_env\python.exe

(rasa_conda_env) C:\Users\Admin\Desktop\rasa_conda>rasa x Starting Rasa X in local mode… :rocket: Traceback (most recent call last): File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasa\cli\x.py”, line 502, in run_locally domain_path=domain_path, File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasax\community\local.py”, line 226, in main rasax.community.jwt.initialise_jwt_keys() File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasax\community\jwt.py”, line 74, in initialise_jwt_keys private_key, public_key = cryptography.generate_rsa_key_pair() File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasax\community\cryptography.py”, line 28, in generate_rsa_key_pair backend=default_backend(), File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\cryptography\hazmat\backends_init_.py”, line 14, in default_backend from cryptography.hazmat.backends.openssl.backend import backend File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\cryptography\hazmat\backends\openssl_init_.py”, line 6, in from cryptography.hazmat.backends.openssl.backend import backend File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\cryptography\hazmat\backends\openssl\backend.py”, line 113, in from cryptography.hazmat.bindings.openssl import binding File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\cryptography\hazmat\bindings\openssl\binding.py”, line 14, in from cryptography.hazmat.bindings._openssl import ffi, lib ImportError: DLL load failed: The specified procedure could not be found.

Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up. If you need help fixing the issue visit our forum: http://forum.rasa.com/.

@Ncool1165 Hi, did you install rasa init ? and can you able to share rasa --version whilst typing in activated environment?

hi…@nik202

(rasaX_test) C:\Users\Admin\Desktop\rasa_conda>rasa --version Rasa Version : 2.8.6 Minimum Compatible Version: 2.8.0 Rasa SDK Version : 2.8.2 Rasa X Version : 0.39.3 Python Version : 3.7.10 Operating System : Windows-10-10.0.19041-SP0

but i thought to re-install rasa so when i re-install rasa and type >rasa --version its showing

(rasa_conda_env) C:\Users\Admin\Desktop\rasa_conda>rasa --version Traceback (most recent call last): File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\runpy.py”, line 193, in run_module_as_main “main”, mod_spec) File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\runpy.py”, line 85, in run_code exec(code, run_globals) File "C:\Users\Admin\anaconda3\envs\rasa_conda_env\Scripts\rasa.exe_main.py", line 4, in
File "C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasa_main
.py", line 10, in import rasa.telemetry File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasa\telemetry.py”, line 22, in from rasa import model File “C:\Users\Admin\anaconda3\envs\rasa_conda_env\lib\site-packages\rasa\model.py”, line 13, in
from packaging import version ImportError: cannot import name ‘version’ from ‘packaging’ (unknown location)

@Ncool1165 Ok, let solve it together with new conda environment can you please try this approach

  1. conda create -n rasa3 python=3.8
  2. conda activate rasa3
  3. Only install rasa i.e pip install rasa==2.8.1 or 2.8.2
  4. rasa --version share the screenshot

Then we will see the next steps ok ?

If you got any error while using the above approach please share with me.

hi @nik202 thanks its solved…just wanted to know could you help me how to build button/menu based chatbot also having functionality like drag-drop chatbot builder…thanks you

@Ncool1165 Glad it solved your issue. Please can you give some example what you are looking at based on button/menu or drag-drop chatbot builder?

1 Like

@nik202 1)In button/menu based chatbot i want to develop chatbot for IT help desk where he/she can get help after clicking the button option like if i want 1button for doucument i have given text:document link for phone number i have given text/number data type

2)Also wanted to create chatbot builder where user just wanted to drag and drop models and give them connection like flowchart so after that as user click on submit button chatbot get created automatically as per we given the flow

Thanks

@Ncool1165 Nakul, can you please create the separate topic for this, as this is not related to current thread.

sure…

HI @Ncool1165 Can you please tell me how did you solve it? I am facing the same issue. Please help.

Hi @nik202 Can you help me? I am getting the same error.

i just go through this process

  1. conda create -n rasa3 python=3.8
  2. conda activate rasa3
  3. Only install rasa i.e pip install rasa==2.8.1 or 2.8.2
  4. rasa --version share the screenshot

@Ncool1165 Hi. Can we connect please? I need help.