alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup issue

some81 opened this issue · comments

Hi there,
I tried to install your repo but I'm running into some issues.
I clone the repo and follow all the guidance for non docker installation.
I'm on Mac
when I run make setup during the setup process I run into this issue:

WARNING in starspace_intent_classifier [/Users/atodorov/Desktop/Work/ai-chatbot-framework/app/nlu/classifiers/starspace_intent_classifier.py:587]:
Failed to load nlu model. Maybe path /Users/atodorov/Desktop/Work/ai-chatbot-framework/model_files doesn't exist

Traceback (most recent call last):
File "manage.py", line 3, in
from app import app

Dear Admin, Even im facing the same issue during setup process, im using Ubuntu 18.0+ and python 3.6. please help me

Thanks was able to resolve.. please ignore

@vinodalladi

i'm facing the same issue, could you please help me out.

Thanks in advance.

@vinodalladi
can you tell us how you solved it

commented

@vinodalladi I love how politely you asked for help and how silently you are helping others.

@vinodalladi @madhupilla @lesyk
The issue was due to some version mismatch in spacy and flask. It's fixed now.

i have the same problem