runtime error
Exit code: 1. Reason: ernal>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/transformers/trainer.py", line 167, in <module> import datasets File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/datasets/__init__.py", line 22, in <module> from .arrow_dataset import Dataset File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/datasets/arrow_dataset.py", line 67, in <module> from .arrow_writer import ArrowWriter, OptimizedTypedSequence File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/datasets/arrow_writer.py", line 27, in <module> from .features import Features, Image, Value File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/datasets/features/__init__.py", line 18, in <module> from .features import Array2D, Array3D, Array4D, Array5D, ClassLabel, Features, Sequence, Value File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/datasets/features/features.py", line 634, in <module> class _ArrayXDExtensionType(pa.PyExtensionType): AttributeError: module 'pyarrow' has no attribute 'PyExtensionType'. Did you mean: 'ExtensionType'? The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from transformers import ( File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1335, in __getattr__ module = self._get_module(self._class_to_module[name]) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1347, in _get_module raise RuntimeError( RuntimeError: Failed to import transformers.trainer because of the following error (look up to see its traceback): module 'pyarrow' has no attribute 'PyExtensionType'
Container logs:
Fetching error logs...