Operating System : Windows-10-10.0.19041-SP0
and then when tested rasa x , it did not open a local browser window, instead gave an error of
WARNING rasax.community.services.insights.insight_service - No local evaluation result files found.
ERROR concurrent.futures - exception calling callback for <Future at 0x1b27ec47548 state=finished raised gaierror>
and installation is running for more than 30 minutes, but it is still at some in-between step of
Collecting astunparse~=1.6.3
Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB).
@nlu Right! No worries, as Installation complete. I will recommend to create a new conda environment and check pip version, if its 21.2.4, do downgrade to pip install pip==20.2.2 OR conda install pip==20.2.2 and then follow this process from the thread; Installing rasa - #7 by nik202
It should not take much time like 30min or 1 or 2 hours, seriously insane man!
pip 20.2.2 from C:\Users\xxxx\Anaconda3\envs\Rasa_chatbot\lib\site-packages\pip (python 3.7)
After that ,when I ran rasa installation it was quick and finished in 4/5 minutes…
Now my rasa --version is
rasa --version
Rasa Version : 2.8.13
Minimum Compatible Version: 2.8.9
Rasa SDK Version : 2.8.2
Rasa X Version : 0.39.3
Python Version : 3.7.11
Operating System : Windows-10-10.0.19041-SP0
ran Rasa train, working fine.
But after running rasa x - error is
Starting Rasa X in local mode… �
Traceback (most recent call last):
File “C:\Users\xxxx\Anaconda3\envs\Rasa_chatbot\lib\site-packages\rasa\cli\x.py”, line 502, in run_locally
domain_path=domain_path,
File “C:\Users\xxxxxx\Anaconda3\envs\Rasa_chatbot\lib\site-packages\rasax\community\local.py”, line 234, in main
sql_migrations.run_migrations(session)
etc etc
and last line was
ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’ (C:\Users\xxxx\Anaconda3\envs\Rasa_chatbot\lib\site-packages\sqlalchemy\engine_init_.py)
Yes installed SQLAlchemy as suggested, was still getting couple of errors, but all over this community many solutions are provided (many by you …I must admit).
Event loop is closed was also one of the error I was getting for quite some time. but mostly after deleting rasa.db, and setting
SET http_proxy=http://localhost:5002
SET https_proxy=http://localhost:5002
has finally helped to start my rasa x on browser mode.
@nlu Its ok, no worries. Can I request to please close this thread as solution for yourself and for others.
Yes, there are some persistent issues with Rasa X latest version and installation, Rasa Team is aware of these issues and try to sort these issues asap. Thanks.