You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "tiledb/libtiledb.pyx", line 5227, in tiledb.libtiledb.VFS.file_size
File "tiledb/libtiledb.pyx", line 453, in tiledb.libtiledb._raise_ctx_err
File "tiledb/libtiledb.pyx", line 438, in tiledb.libtiledb._raise_tiledb_error
tiledb.libtiledb.TileDBError: [TileDB::IO] Error: Failed to get file size for\'\\test\\jobs\\store\\python-save-vars\\x\'
Though if I convert slashes do backslashes it works:
uri2=uri.replace("/","\\")
vfs.file_size(uri2)
I would expect tiledb to also handle slashes on windows.
I'm using tiledb=0.6.1 (libtiledb=2.0.2) on Windows with Python 3.7.3 (default, Apr 24 2019, 15:29:51) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32.
I've got the following relative filepath
"./test/jobs/store/python-save-vars/x"
wherex
is simply a file. When accesing on windows with:I get the following error:
Though if I convert slashes do backslashes it works:
I would expect tiledb to also handle slashes on windows.
I'm using tiledb=0.6.1 (libtiledb=2.0.2) on Windows with Python 3.7.3 (default, Apr 24 2019, 15:29:51) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32.
[#294]
The text was updated successfully, but these errors were encountered: