The community member is using SimpleNodeParser and encountering an error related to the numpy library. The issue seems to be related to the numpy version 1.26, and the community members suggest downgrading to version 1.23.5 as a solution. However, the llama_index library requires a specific version of numpy, which causes the issue. The community members are working on updating the requirements to address this problem, and one of the final solutions suggested is to restart the runtime after installing llama-index to resolve the issue.
Hello, I am using SimpleNodeParser, specifically: node_parser = SimpleNodeParser.from_defaults() but I got this error: AttributeError: module 'numpy.linalg._umath_linalg' has no attribute '_ilp64'