Rasa x -- not starting in my machine

Unable to start Rasa X web browser, found the below Error

  //.local/lib/python3.6/site-packages/dateutil/parser.py", line 93, in get_token
        nextchar = self.instream.read(1)
    AttributeError: 'NoneType' object has no attribute 'read'

Note: I am using virtual-env for running Rasa server, because I have other projects which are running on Python 3x as well.

Any help is greatly appreciated. Thanks

Do you have the full stack error message by chance? Can you try to test with a basic setup as well using rasa init to setup a basic test bot.

Ensure rasa x is installed - pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

Then run rasa x and see what you get.

1 Like

Hey ya, that was the problem, your solution worked like a charm… Thanks a ton :slight_smile:

Awesome glad you got it going, sometimes if things get out of whack with the files it is just easier to try that to verify things.

Indeed !!!