runtime error

Space failed. Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/.local/bin/hub", line 5, in <module> from paddlehub.commands.utils import execute File "/home/user/.local/lib/python3.8/site-packages/paddlehub/__init__.py", line 54, in <module> from paddlehub.compat.task.text_generation_task import TextGenerationTask File "/home/user/.local/lib/python3.8/site-packages/paddlehub/compat/task/text_generation_task.py", line 22, in <module> from paddle.fluid.layers import RNNCell, LSTMCell, rnn, BeamSearchDecoder, dynamic_decode ImportError: cannot import name 'RNNCell' from 'paddle.fluid.layers' (/home/user/.local/lib/python3.8/site-packages/paddle/fluid/layers/__init__.py) Traceback (most recent call last): File "app.py", line 4, in <module> import paddlehub as hub File "/home/user/.local/lib/python3.8/site-packages/paddlehub/__init__.py", line 54, in <module> from paddlehub.compat.task.text_generation_task import TextGenerationTask File "/home/user/.local/lib/python3.8/site-packages/paddlehub/compat/task/text_generation_task.py", line 22, in <module> from paddle.fluid.layers import RNNCell, LSTMCell, rnn, BeamSearchDecoder, dynamic_decode ImportError: cannot import name 'RNNCell' from 'paddle.fluid.layers' (/home/user/.local/lib/python3.8/site-packages/paddle/fluid/layers/__init__.py)

Container logs:

Fetching error logs...