Код: Выделить всё
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)
Как исправить?
Подробнее здесь: https://stackoverflow.com/questions/790 ... -component