You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Apologies for posting something like this but I am unable to figure out what I'm doing wrong when trying to use the subindex. I keep getting this error message:
ImportError: NetworkX is not available - install "graph" extra to enable
And I have tried to solve it by running these commands (Ubuntu/Linux environment)
Colab removed some libraries that were installed previously causing graph notebooks to fail unless they install the graph extra. The graph extra should be installed when using graphs regardless.
Hello. Apologies for posting something like this but I am unable to figure out what I'm doing wrong when trying to use the subindex. I keep getting this error message:
ImportError: NetworkX is not available - install "graph" extra to enable
And I have tried to solve it by running these commands (Ubuntu/Linux environment)
sudo apt-get install graphviz libgraphviz-dev
pip install pygraphviz pydot lxml
pip install networkx
pip install networkx[extra]
This is the code I'm running
txtai==6.3.0
networkx==3.2.1
The text was updated successfully, but these errors were encountered: