Ошибка PyArrow при использовании компонента agraph Streamlit ⇐ Python

Программы на Python
Anonymous
Ошибка PyArrow при использовании компонента agraph Streamlit

Сообщение Anonymous »

При запуске https://github.com/ChrisDelClea/streaml ... b_graph.py как есть возникла следующая ошибка:

Код: Выделить всё

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://stackoverflow.com/questions/790 ... -component

Вернуться в «Python»