Rob Meng

Results 27 comments of Rob Meng

`manylinux 2_24` requires ubuntu 21+ but looks like `manylinux2014` has better compatibility. We can try switching over to `2014`. `2_24` seems to be EOL anyways

https://github.com/lancedb/lancedb/issues/1241

Hi, when using lancedb locally we require a few POSIX file system features, like link. ``` Function not implemented (os error 38) ``` indicates that the file system you are...

You could try using lancedb against a object store like S3 or GCS if you want the table available over network

Hi, you can still use colab, just can't use gdrive for these examples as it is not a POSIX filesystem. We can try to make the error message more clear...

Hi @Bavalpreet what is the environment you are running in? judging by the stack trace, `pyarrow` failed to import. This could be caused by a variety reasons. Could you also...

@Bavalpreet I'm suspecting you may have a corrupted pyarrow, so reinstall may fix it. > Is it a version compatibilty issue? lance is compatible with `pyarrow >= 14` so no....