Slackbot
02/02/2024, 9:11 PMMarvin
02/02/2024, 9:11 PMI'm getting the following error when trying to run my flow on Prefect Cloud. What's the fix?```Flow could not be retrieved from deployment. Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/fsspec/registry.py", line 236, in get_filesystem_class register_implementation(protocol, _import_class(bit["class"])) File "/usr/local/lib/python3.9/site-packages/fsspec/registry.py", line 271, in _import_class mod = importlib.import_module(mod) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 984, in _find_and_load_unlocked ModuleNotFoundError: No module named 's3fs' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/prefect/filesystems.py", line 425, in filesystem self._filesystem = fsspec.filesystem(scheme, **self.settings) File "/usr/local/lib/python3.9/site-packages/fsspec/registry.py", line 290, in filesystem
Robert Phamle
02/02/2024, 9:14 PMFlow could not be retrieved from deployment.
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/fsspec/registry.py", line 236, in get_filesystem_class
    register_implementation(protocol, _import_class(bit["class"]))
  File "/usr/local/lib/python3.9/site-packages/fsspec/registry.py", line 271, in _import_class
    mod = importlib.import_module(mod)
  File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 984, in _find_and_load_unlocked
ModuleNotFoundError: No module named 's3fs'Marvin
02/02/2024, 9:14 PMs3fss3fsbash
   pip install s3fs