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
Hi,
I encountered an issue when running earthaccess on Windows. When trying to create a virtual xarray.Dataset using virtualizarr, I received the following error:
UnsupportedOperation: cannot instantiate ‘PosixPath’ on your system
After investigating, I found that replacing PosixPath with PurePosixPath in your manifest.py file fixed the issue. This allows the code to run correctly on Windows.
If cross-platform compatibility is a goal, switching to PurePosixPath may be a simple fix to improve support for Windows users.