-
Notifications
You must be signed in to change notification settings - Fork 18
Description
hi Hassan
Thanks for sharing this useful tool
I have a problem when i run it, i create .env file, and put the OPENAI KEY, SCRAPERAPI Key, also paste them in the .env.examples
when i run the project , this error appered insted of the webpage, do you have any idea how to fix it?
"ModuleNotFoundError: No module named 'SimplerLLM.language"
Traceback:
File "C:\Users\ahmed\Downloads\scraper-api-main\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in run_script
exec(code, module.dict)
File "C:\Users\ahmed\Downloads\scraper-api-main\business_validator_ui.py", line 19, in
from business_validator import validate_business_idea
File "C:\Users\ahmed\Downloads\scraper-api-main\business_validator_init.py", line 8, in
from business_validator.validator import validate_business_idea, print_validation_report
File "C:\Users\ahmed\Downloads\scraper-api-main\business_validator\validator.py", line 25, in
from business_validator.analyzers.keyword_generator import generate_keywords
File "C:\Users\ahmed\Downloads\scraper-api-main\business_validator\analyzers_init_.py", line 5, in
from business_validator.analyzers.keyword_generator import generate_keywords
File "C:\Users\ahmed\Downloads\scraper-api-main\business_validator\analyzers\keyword_generator.py", line 8, in
from SimplerLLM.language.llm import LLM, LLMProvider