Weatherbot_Tutorial icon indicating copy to clipboard operation
Weatherbot_Tutorial copied to clipboard

ImportError: cannot import name main

Open rahimakhavan opened this issue 6 years ago • 1 comments

When I do pip install -r requirements.txt in Full Code [Latest release of Rasa NLU and Rasa Core] I got:

ImportError: cannot import name main

rahimakhavan avatar May 21 '19 15:05 rahimakhavan

The error occurs when you try to use the updated version of the application pip3. I think this is a bug. For me, the solution was to manually delete the updated version pip3.

find two folders named "pip" here cd ~/.local/lib/python3.6/site-packages/

and delete them

maybe not the best solution but it works for me

baytuch avatar Jul 07 '19 13:07 baytuch