Cant Run Rasa x command - [Deprecated] Rasa X Community Edition - Rasa Community Forum
Cant Run Rasa x command
post by murtuza on Oct 8, 2021
Hi i had installed rasa x in my system in windows 10
And the installation was also perfect without error
But when i am running (rasa x) this command i am getting this error
post by nik202 on Oct 8, 2021
@murtuza Hello Murtuza and Welcome to the Forum !
Can you please share the rasa --version while activating your conda environment ?
post by murtuza on Oct 8, 2021
(Messanger) PS C:\Users\groov\PycharmProjects\Chatbot> rasa --version
Rasa Version : 2.8.8
Minimum Compatible Version: 2.8.0
Rasa SDK Version : 2.8.2
Rasa X Version : 0.42.3
Python Version : 3.7.9
Operating System : Windows-10-10.0.19041-SP0
Python Path : c:\users\groov\pycharmprojects\chatbot\messanger\scripts\python.exe
post by nik202 on Oct 8, 2021
@murtuza can you update the above one with screenshot?
post by nik202 on Oct 8, 2021
@murtuza can you please follow these steps:
I’d recommend to create a fresh conda environment with python 3.7 or 3.8 and follow the step
`pip install rasa==2.8.1`
`pip install rasa-sdk==2.8.1`
check version rasa --version its install or not
thenpip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple
check rasa version rasa --version its install or not
You will see some error : ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’
Installpip install SQLAlchemy==1.3.22 should fix it
If sanic related error:pip install sanic-jwt==1.6.0
delete .db if is showing alembic issue.
Good luck! I hope this will solve your issue.
post by murtuza on Oct 8, 2021
Hi i had followed all the steps as you said but its not working
post by nik202 on Oct 8, 2021
What is the issue? share some errors?
post by murtuza on Oct 8, 2021
post by nik202 on Oct 8, 2021
@murtuza did you install anaconda ? and created the environment ? share rasa --version please.
@murtuza please answer me this, as you are using Pycharm there can be a issue, can you switch to VS code?
post by murtuza on Oct 8, 2021
can i delete this whole folder and then u send me the whole process to install this
post by murtuza on Oct 8, 2021
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.9
Operating System : Windows-10-10.0.19041-SP0
Python Path : c:\users\groov\pycharmprojects\chatbot\messanger\scripts\python.exe
post by murtuza on Oct 8, 2021
yes i am using pycharm
post by nik202 on Oct 8, 2021
@murtuza can you share the screenshot for rasa --version?
post by murtuza on Oct 8, 2021
post by nik202 on Oct 8, 2021
@murtuza Murtuza, Please see and reply what I am asking please.
- Do you have Anaconda install? Yes or No ?
post by murtuza on Oct 8, 2021
I dont Have Anaconda i have Pycharm
post by nik202 on Oct 8, 2021
Please install Anaconda from Anaconda | Individual Edition , then create the conda environment using the following command
- conda create -n rasa3 python=3.8
- conda activate rasa 3
and then follow :
@murtuza can you please follow these steps:
I’d recommend to create a fresh conda environment with python 3.7 or 3.8 and follow the step
`pip install rasa==2.8.1`
`pip install rasa-sdk==2.8.1`
check version rasa --version its install or not
thenpip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple
check rasa version rasa --version its install or not
You will see some error : ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’
Installpip install SQLAlchemy==1.3.22 should fix it
If sanic related error:pip install sanic-jwt==1.6.0
delete .db if is showing alembic issue.
@murtuza This one
post by murtuza on Oct 8, 2021
which edition anaconda please suggest
post by nik202 on Oct 8, 2021
@murtuza Python 3.8 64 bits Individual Edition as per your laptop bro
post by murtuza on Oct 8, 2021
its 3.8 over here
post by nik202 on Oct 8, 2021
@murtuza Bro! Python 3+
post by murtuza on Oct 8, 2021
i m installing 3.8 there will no compatibility issue i hope!
post by nik202 on Oct 8, 2021
@murtuza When you able to install, click window start and you will see Anaconda and then click you will see Anaconda powershell click you will see (base) anaconda and then create conda environment as suggested?
post by murtuza on Oct 8, 2021
high
- conda create --n rasa3 python=3.8 its not working its showing error
post by nik202 on Oct 8, 2021
@murtuza what error? please share? are you using (base) ?
post by murtuza on Oct 8, 2021
usage: conda-script.py create [-h] [–clone ENV] [-n ENVIRONMENT | -p PATH] [-c CHANNEL] [–use-local]
[–override-channels] [–repodata-fn REPODATA_FNS] [–strict-channel-priority]
[–no-channel-priority] [–no-deps | --only-deps] [–no-pin] [–no-shortcuts]
[-C] [-k] [–offline] [-d] [–json] [-q] [-v] [-y] [–download-only]
[–show-channel-urls] [–file FILE] [–no-default-packages] [–dev]
[package_spec [package_spec ...]]
conda-script.py create: error: ambiguous option: --n could match --name, --no-channel-priority, --no-deps, --no-pin, --no-shortcuts, --no-show-channel-urls, --no-default-packages
post by murtuza on Oct 8, 2021
@nik202 try this please? conda create -n rasa3 python=3.8
post by murtuza on Oct 8, 2021
yes its done its written here conda activated rasa3
post by nik202 on Oct 8, 2021
@murtuza please share? what is done?
@murtuza please always mention me as @ and nik202 for fast response.
post by murtuza on Oct 8, 2021
@nik202 INFO: pip is looking at multiple versions of sniffio to determine which version is compatible with other requirements. This could take a while.
This is not an error i think
post by murtuza on Oct 8, 2021
@nik202 was installing rasa-x and sniffio is taking a long to get downloaded and install
post by nik202 on Oct 8, 2021
@murtuza without seeing error , I cannot help you Murtuza sorry .
post by murtuza on Oct 8, 2021
@nik202 Its showing like this:
INFO: pip is looking at multiple versions of sniffio to determine which version is compatible with other requirements. This could take a while.
post by murtuza on Oct 8, 2021
@nik202 hi @nik202 i had installed everything as you said but the same problem occured here also in anaconda
post by murtuza on Oct 8, 2021
@nik202 Please Help me out as we have to submit the chatbot project by monday
post by murtuza on Oct 8, 2021
@nik202 i am waiting for the meeting please join
post by murtuza on Oct 8, 2021
@nik202 Thanks Nik Alot for your assistance
post by nik202 on Oct 8, 2021
@murtuza No worries Murtuza , pleas can I request to close this thread as solution for your reference and for others. Good Luck!
post by murtuza on Oct 8, 2021
@nik202 how to close this
post by nik202 on Oct 8, 2021
@murtuza mark this thread as solution Cant Run Rasa x command - #17 by nik202
@murtuza click on thread and then mark the solution