-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'models' #15
Comments
facing same issue, I'm trying to use Ollama and I also set the LLM_CONFIG_sample.json |
Unfortunately I can not replicate this error. Everything seems to be working fine on my end. What version are you using ? The latest version 0.3.52 should be working OK as far as I know. perhaps try updating the library |
I had the latest version but the problem was with IPython. I was not mentioned in the requirements and I had not installed so that's why got the issue. But after installing the IPython everything works fine. |
Savior! Thanks!
|
pip install bambooai
from bambooai import BambooAI
import pandas as pd
df = pd.read_csv('data.csv')
bamboo = BambooAI(df, debug=True, vector_db=False, search_tool=True)
Getting error message ModuleNotFoundError: No module named 'models'
The text was updated successfully, but these errors were encountered: