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
I am trying to run the guided exploration of the BlackMarblePy package but I get an error during COLLATING RESULTS which I have not been able to solve. See the error message below and the screenshot of the code I am trying to run - many thanks for your support!
File ~/BlackmarbleDev/venv_blackmarble/lib/python3.13/site-packages/xarray/backends/lru_cache.py:56, in LRUCache.getitem(self, key) 55 with self._lock:
---> 56 value = self._cache[key] 57 self._cache.move_to_end(key)
KeyError: [<function open at 0x11e6e1c60>, ('/vsimem/23d9c2da-ba8c-4ffe-8dd4-166e82686b8b/23d9c2da-ba8c-4ffe-8dd4-166e82686b8b.tif',), 'r', (('sharing', False),), '52a1c5b2-f217-4dcf-8aeb-db7e9d848406']
During handling of the above exception, another exception occurred:
CPLE_OpenFailedError Traceback (most recent call last)
File rasterio/_base.pyx:310, in rasterio._base.DatasetBase.init()
File rasterio/_base.pyx:221, in rasterio._base.open_dataset()
File rasterio/_err.pyx:359, in rasterio._err.exc_wrap_pointer()
CPLE_OpenFailedError: No such file or directory
... 359 )
File rasterio/_base.pyx:312, in rasterio._base.DatasetBase.init()
RasterioIOError: No such file or directory
The text was updated successfully, but these errors were encountered:
I am trying to run the guided exploration of the BlackMarblePy package but I get an error during COLLATING RESULTS which I have not been able to solve. See the error message below and the screenshot of the code I am trying to run - many thanks for your support!
KeyError Traceback (most recent call last)
File ~/BlackmarbleDev/venv_blackmarble/lib/python3.13/site-packages/xarray/backends/file_manager.py:211, in CachingFileManager._acquire_with_cache_info(self, needs_lock)
210 try:
--> 211 file = self._cache[self._key]
212 except KeyError:
File ~/BlackmarbleDev/venv_blackmarble/lib/python3.13/site-packages/xarray/backends/lru_cache.py:56, in LRUCache.getitem(self, key)
55 with self._lock:
---> 56 value = self._cache[key]
57 self._cache.move_to_end(key)
KeyError: [<function open at 0x11e6e1c60>, ('/vsimem/23d9c2da-ba8c-4ffe-8dd4-166e82686b8b/23d9c2da-ba8c-4ffe-8dd4-166e82686b8b.tif',), 'r', (('sharing', False),), '52a1c5b2-f217-4dcf-8aeb-db7e9d848406']
During handling of the above exception, another exception occurred:
CPLE_OpenFailedError Traceback (most recent call last)
File rasterio/_base.pyx:310, in rasterio._base.DatasetBase.init()
File rasterio/_base.pyx:221, in rasterio._base.open_dataset()
File rasterio/_err.pyx:359, in rasterio._err.exc_wrap_pointer()
CPLE_OpenFailedError: No such file or directory
...
359 )
File rasterio/_base.pyx:312, in rasterio._base.DatasetBase.init()
RasterioIOError: No such file or directory
The text was updated successfully, but these errors were encountered: