Skip to content
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

Open
JecintaMulongo opened this issue Aug 29, 2024 · 4 comments
Open

ModuleNotFoundError: No module named 'models' #15

JecintaMulongo opened this issue Aug 29, 2024 · 4 comments

Comments

@JecintaMulongo
Copy link

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'

@Muhammad-Ahsan-Rasheed
Copy link

facing same issue, I'm trying to use Ollama and I also set the LLM_CONFIG_sample.json

@pgalko
Copy link
Owner

pgalko commented Oct 20, 2024

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 pip install bambooai --upgrade. If it still does not work can you please post the full traceback ?

@Muhammad-Ahsan-Rasheed
Copy link

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.

@blakkd
Copy link

blakkd commented Dec 26, 2024

Savior! Thanks!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants