<#4479 [BUG] Remove warning: Removing leading `/' ...
# flytekit
a
#4479 [BUG] Remove warning: Removing leading `/' from member names Issue created by pingsutw Describe the bug The warning is confusing. It would be great if we could get rid of it.
Copy code
tar: Removing leading `/' from member names

/usr/local/lib/python3.8/site-packages/flytekit/core/base_task.py:450: FutureWarning: disable_deck was deprecated in 1.10.0, please use enable_deck instead
  warnings.warn("disable_deck was deprecated in 1.10.0, please use enable_deck instead", FutureWarning)
{"asctime": "2023-11-25 10:14:47,634", "name": "flytekit", "levelname": "ERROR", "message": "Failed to convert outputs of task 'test.t1' at position 0:\n  Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.\nA suitable version of pyarrow or fastparquet is required for parquet support.\nTrying to import the above resulted in these errors:\n - Missing optional dependency 'pyarrow'. pyarrow is required for parquet support. Use pip or conda to install pyarrow.\n - Missing optional dependency 'fastparquet'. fastparquet is required for parquet support. Use pip or conda to install fastparquet."}
Expected behavior Remove warning Additional context to reproduce 1. pyflyte run workflow.py wf 2. Check the log in the pod Screenshots No response Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte