-
Notifications
You must be signed in to change notification settings - Fork 233
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
Update rasa-sdk
dependencies to align with those of rasa
#592
Comments
I'm unable to replicate this issue after following the steps provided in the same virtualenv:
|
@carlad So sorry, just saw your q on Python version, I was using python 3.8.6. |
I'm doing both, |
* Update documentation workflow to only publish one version per major * remove python classifiers from pyproject.toml * bump development status classifier * prepared release of version 3.0.2 * Fix a changelog entry * comform toml to rasa 3.0.x * use black 21.7b0 * pin requests to ^2.23 * support python 3.9 Co-authored-by: tczekajlo <t.czekajlo@rasa.com> Co-authored-by: m-vdb <m.verger@rasa.com>
@carlad I'm seeing this issue again just now in a fresh venv with rasa and rasa-sdk installed via
|
Could it be related to this issue: RasaHQ/rasa#10632? |
So, without
With
However After I ran At first I thought it was the I've since updated So I'm thinking it's not about dependency conflicts, but about a loop process in the |
So it turns out the issue was with the version of |
The fix now released in rasa 3.0.6 https://github.com/RasaHQ/rasa/releases/tag/3.0.6 and rasa-sdk 3.0.4 https://github.com/RasaHQ/rasa-sdk/blob/3.0.4/CHANGELOG.mdx |
Description of Problem:
Installing editable version of
rasa-sdk
after having installed editable version ofrasa
in the same venv causes the bot to crash when runningrasa shell
, full stack trace below:This forum thread seems to pin the cause of this issue to the version of
questionary
which I noticedrasa-sdk
downgrades from1.10
to1.8
when runningmake install
.Definition of Done:
questionary
version inrasa-sdk
is pinned to the higher version as in rasa-ossrasa shell
without issues when both projects are installed as editable in the same venvThe text was updated successfully, but these errors were encountered: