import sys import lightrag import os print(f"lightrag file: {lightrag.__file__}") print(f"CWD: {os.getcwd()}") print(f"sys.path: {sys.path}")