Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model file not recognized in rasa shell for 3.0 RC1 #10101

Closed
tayfun opened this issue Nov 8, 2021 · 0 comments · Fixed by #10164
Closed

Model file not recognized in rasa shell for 3.0 RC1 #10101

tayfun opened this issue Nov 8, 2021 · 0 comments · Fixed by #10164
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework feature:rasa-3.0/architecture type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@tayfun
Copy link
Contributor

tayfun commented Nov 8, 2021

Rasa Open Source version

3.0.0rc1

Rasa SDK version

No response

Rasa X version

No response

Python version

3.8

What operating system are you using?

OSX

What happened?

  1. Init a new project - either in current directory or a new one, it doesn't matter
  2. If you speak to the assistant during rasa init, it works; but if you run rasa shell afterwards, you get this error:
$ rasa shell
Traceback (most recent call last):
...
IsADirectoryError: [Errno 21] Is a directory: 'models/20211108-105331.tar.gz'

If you check directory structure it is really a directory:

$ tree models/
models/
└── 20211108-105331.tar.gz
    └── 20211108-105334-inclusive-dam.tar.gz

1 directory, 1 file

Removing models directory and running rasa train fixes the problem:

 $ tree models/
models/
├── 20211108-104603.tar.gz
└── 20211108-104824-spicy-teaser.tar.gz

1 directory, 1 file

Command / Request

No response

Relevant log output

No response

@tayfun tayfun added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework feature:rasa-3.0/architecture labels Nov 8, 2021
@tayfun tayfun changed the title Model file not recognized in rasa shell for v3 RC1 Model file not recognized in rasa shell for 3.0 RC1 Nov 8, 2021
tayfun pushed a commit that referenced this issue Nov 10, 2021
@tayfun tayfun mentioned this issue Nov 10, 2021
4 tasks
tayfun pushed a commit that referenced this issue Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework feature:rasa-3.0/architecture type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant