Steven

Results 5 comments of Steven

i'm also getting this error and tried the solutions above to no avail using python 3.9 and langchain 0.0.189 Error for context: ```--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Input...

This seems to be the root of the issue ``` *** caught segfault *** *** caught segfault *** address 0x600, cause 'memory not mapped' address 0x600, cause 'memory not mapped'...

Running this code generates the same result: fatal error, R session aborted ``` *** caught segfault *** *** caught segfault *** *** caught segfault *** address 0x600, cause 'memory not...

yes i did. i did a hard uninstall of my conda environment too and found that there was a file permission issue on my end (not sure how that happened)....

seems to be an issue with the latest version of the package. i was able to install version 1.2.1 and circumnavigate the issue ``` install.packages("devtools") devtools::install_version("text", version = "1.2.1", repos...