Closed iwt-kschoenrock closed 3 years ago
We think this is fixed. If you're still experiencing the issue on the latest version of rasa please feel free to comment and we'll reopen the ticket!
Locking with pipenv still fails (same error), but after installing it with pip the newly created project works as expected.
Hello!!.. I have passed all the commands in conda and have installed rasa but when it comes to training the model I face an issue.. I couldn't train the model .. Shows DLL file required though the folder exists.. Please help me out asap
Rasa version: Rasa 1.10.16
Rasa SDK version (if used & relevant): 1.10.3
Rasa X version (if used & relevant): 0.32.2
Python version: 3.7.8
Operating system (windows, osx, ...): macOS 10.15.7
Issue: When installing rasa to a new project with
pipenv
, installation fails becausepipenv
is unable to lock dependencies (conflicting versions ofmultidict
as reported in #7124 ). I installedrasa-X<0.33
in the virtualenv with pip, which then completes, again with warnings about multidict:After installing Rasa, I ran
rasa init
and, although the initalization finished,rasa interactive
was not working. This error does not happen when installingrasa<2
directly (without Rasa X).Error (including full traceback):
Command or request that led to error:
or
rasa interactive
afterinit
.Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):