global-land-mask icon indicating copy to clipboard operation
global-land-mask copied to clipboard

Does not work on replit

Open Silabear opened this issue 2 years ago • 0 comments

On replit.com, using global land mask does not work. It shows this error when starting the project

  File "main.py", line 5, in <module>
    import image
  File "/home/runner/mapple-1/image.py", line 1, in <module>
    from global_land_mask import globe
  File "/home/runner/mapple-1/venv/lib/python3.8/site-packages/global_land_mask/__init__.py", line 3, in <module>
    from .globe import *
  File "/home/runner/mapple-1/venv/lib/python3.8/site-packages/global_land_mask/globe.py", line 26, in <module>
    _mask_fid = np.load(_mask_filename)
  File "/home/runner/mapple-1/venv/lib/python3.8/site-packages/numpy/lib/npyio.py", line 407, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/.cache/pip/pool/bc/6d/73/globe_combined_mask_compressed.npz'```

Silabear avatar Jun 15 '22 18:06 Silabear