Dipeshpal / Jarvis_AI

Jarvis AI is a Python Module which is able to perform task like Chatbot, Assistant etc. It provides base functionality for any assistant application. This JarvisAI is built using Tensorflow, Pytorch, Transformers and other opensource libraries and frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named best_answer_finder

Akul2010 opened this issue · comments

Traceback (most recent call last):
File "C:\Users\materialsworld\anaconda3\lib\site-packages\JarvisAI_init_.py", line 26, in
import features.weather.weather as wea
ModuleNotFoundError: No module named 'features'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "c:\Users\materialsworld\Desktop\Akul Goel\Professional Apps\Jarvis\JARVIS\main.py", line 1, in
import JarvisAI
File "C:\Users\materialsworld\anaconda3\lib\site-packages\JarvisAI_init_.py", line 79, in
from JarvisAI.features.chatbot.jarvis_ai_neural_engine import neural_engine
File "C:\Users\materialsworld\anaconda3\lib\site-packages\JarvisAI\features\chatbot\jarvis_ai_neural_engine\neural_engine.py", line 3, in
import best_answer_finder
ModuleNotFoundError: No module named 'best_answer_finder'

how do i fix this
thankyou

check latest version and updated docs