StreamlitAPIException: To use Custom Components in Streamlit, you need to install PyArrow. To do so locally:
pip install pyarrow
And if you're using Streamlit Cloud, add "pyarrow" to your requirements.txt.
Traceback:
File "karate_club_graph.py", line 30, in
return_value = agraph(nodes=nodes,
File "...envs\genai\lib\site-packages\streamlit_agraph\__init__.py", line 38, in agraph
component_value = _agraph(data=data_json, config=config_json)
У меня установлен pyarrow, но все равно..
Как исправить?
При запуске https://github.com/ChrisDelClea/streamlit-agraph/examples/karate_club_graph.py как есть возникла следующая ошибка: [code]StreamlitAPIException: To use Custom Components in Streamlit, you need to install PyArrow. To do so locally:
pip install pyarrow
And if you're using Streamlit Cloud, add "pyarrow" to your requirements.txt.
Traceback: File "karate_club_graph.py", line 30, in return_value = agraph(nodes=nodes, File "...envs\genai\lib\site-packages\streamlit_agraph\__init__.py", line 38, in agraph component_value = _agraph(data=data_json, config=config_json) [/code] У меня установлен pyarrow, но все равно.. Как исправить?