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

Failed pip install -r requirements.txt, rasa train, rasa shell #177

Open
gitgithan opened this issue Apr 19, 2022 · 1 comment
Open

Failed pip install -r requirements.txt, rasa train, rasa shell #177

gitgithan opened this issue Apr 19, 2022 · 1 comment

Comments

@gitgithan
Copy link

gitgithan commented Apr 19, 2022

After pip install -r requirements.txt

ERROR: Cannot install -r requirements.txt (line 6) and rasa[spacy]==3.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    rasa-sdk 3.1.0 depends on Sanic-Cors<2.0.0 and >=1.0.0
    rasa[spacy] 3.1.0 depends on sanic-cors<3.0.0 and >=2.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

After rasa train, I’m getting Core training was skipped because no valid domain file was found. Only an NLU-model was created. Please specify a valid domain using the '--domain' argument or check if the provided domain file exists.

After rasa shell --debug, and i say hi, gives sklearn.exceptions.NotFittedError: Vocabulary not fitted or provided

If this is really some version error from bumping 2.8.9 to 3.1.0, why does the domain file not found and sklearn's NotFittedError occur?

@sara-tagger
Copy link

Thanks for raising this issue, @camattin will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants