Describe the bug
When running via local llm in Ollama, ( Llama3.2 ) with SmartScraperMultiGraph it keeps throwing this error.
ImportError: Could not import transformers python package. This is needed in order to calculate get_token_ids. Please install it with pip install transformers. I have installed transformers manually with pip in the environment but still encounter this issue.
This is related to this unresolved but closed issue: #719.
Describe the bug
When running via local llm in Ollama, ( Llama3.2 ) with
SmartScraperMultiGraphit keeps throwing this error.ImportError: Could not import transformers python package. This is needed in order to calculate get_token_ids. Please install it with pip install transformers. I have installed transformers manually with pip in the environment but still encounter this issue.
This is related to this unresolved but closed issue: #719.