Getting error with "rasa init"

so try with downloading CuDNN and Cuda library

I have installed “pip install tensorflow tensorflow-gpu tensorflow-cpu” and “pip install -U scikit-learn scipy sklearn-crfsuite”

@vijayendra

image

Your code is right, but try to copy the indentation space from the line above and paste before print to ident using the same character used.

while running init command I am getting this error " ModuleNotFoundError: No module named ‘webexteamssdk’" but I tried pip install webexteamssdk. its was already installed. Anyone have solution for this.

Hello @Anitha_Vishnu ,

did you “piped” with admin and tried to run as normal user? (or vice versa)

You need to run with same privileges that you gonna run the virtual environment.

I tried to run with user and also with admin using created new environment. but I am getting error in webexteamssdk. installed rasa version is 1.10.0 and webexteamssdk version is 1.13

can you show the error log for better understanding!!

have you used pip install rasa command?? for downloading rasa.

Yes I tried pip init --no-prompt command to create.

Hi @lluchini

I did above but no luck. image

@vijayendra

me line we inserted to log the DLL should be before the error.

As shown at the image, the entire stack trace is important…

@vijayendra

a friend mine had the very same error, we solved removing all installations of tensorflow, installing visual C++ builder (2015 ~ 2019) and PIPstalling tensorflow again…

Cya!