JohnSnowLabs / nlu

1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
Apache License 2.0
861 stars 130 forks source link

did the last version support python==3.8.10 #159

Open kuteng01 opened 1 year ago

kuteng01 commented 1 year ago

hx@hx-image:~$ streamlit run https://raw.githubusercontent.com/JohnSnowLabs/nlu/master/examples/streamlit/01_dashboard.py Traceback (most recent call last): File "/home/hx/.local/bin/streamlit", line 5, in from streamlit.web.cli import main File "/home/hx/.local/lib/python3.8/site-packages/streamlit/init.py", line 55, in from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator File "/home/hx/.local/lib/python3.8/site-packages/streamlit/delta_generator.py", line 38, in from streamlit import config, cursor, env_util, logger, runtime, type_util, util File "/home/hx/.local/lib/python3.8/site-packages/streamlit/cursor.py", line 18, in from streamlit.runtime.scriptrunner import get_script_run_ctx File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/init.py", line 16, in from streamlit.runtime.runtime import Runtime as Runtime File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/runtime.py", line 28, in from streamlit.runtime.app_session import AppSession File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/app_session.py", line 35, in from streamlit.runtime import caching, legacy_caching File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/caching/init.py", line 21, in from streamlit.runtime.state.session_state import WidgetMetadata File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/state/init.py", line 16, in from streamlit.runtime.state.safe_session_state import ( File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/state/safe_session_state.py", line 20, in from streamlit.runtime.state.session_state import ( File "/home/hx/.local/lib/python3.8/site-packages/streamlit/runtime/state/session_state.py", line 44, in from streamlit.type_util import ValueFieldName, is_array_value_field_name File "/home/hx/.local/lib/python3.8/site-packages/streamlit/type_util.py", line 35, in import pyarrow as pa File "/home/hx/.local/lib/python3.8/site-packages/pyarrow/init.py", line 65, in import pyarrow.lib as _lib File "pyarrow/compat.pxi", line 43, in init pyarrow.lib File "/home/hx/.local/lib/python3.8/site-packages/cloudpickle/init.py", line 3, in from cloudpickle.cloudpickle import * File "/home/hx/.local/lib/python3.8/site-packages/cloudpickle/cloudpickle.py", line 167, in _cell_set_template_code = _make_cell_set_template_code() File "/home/hx/.local/lib/python3.8/site-packages/cloudpickle/cloudpickle.py", line 148, in _make_cell_set_template_code return types.CodeType( TypeError: an integer is required (got type bytes)