llama_index
llama_index copied to clipboard
"IPython.display" could not be resolved
Ln 2, Col 6:
from gpt_index import GPTSimpleVectorIndex, SimpleDirectoryReader from IPython.display import Markdown, display
documents = SimpleDirectoryReader('data').load_data() index = GPTSimpleVectorIndex(documents)
are you running this in a jupyter notebook?
What's a jupyter notebook? I'm on Windows 11.
Ok, so I got this specific error handled by installing IPython manually. But now I'm getting another error. It seems to run a bit, but then spits this out:
... File "pandas_libs\interval.pyx", line 1, in init pandas._libs.interval File "pandas_libs\hashtable.pyx", line 1, in init pandas._libs.hashtable "ImportError: DLL load failed while importing missing: %1 is not a valid Win32 application."
that's more of a jupyter notebook issue, i'm going to close this issue since unrelated