FS#65454 - [python-igraph] Missing python-texttable requirement

Attached to Project: Community Packages
Opened by Phil Schaf (flying-sheep) - Tuesday, 11 February 2020, 10:20 GMT
Last edited by Antonio Rojas (arojas) - Tuesday, 11 February 2020, 10:51 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When I (or something else) do `import igraph`, I get:

```py
File "/usr/lib/python3.8/site-packages/leidenalg/functions.py", line 2, in <module>
import igraph as _ig
File "/usr/lib/python3.8/site-packages/igraph/__init__.py", line 35, in <module>
from igraph.clustering import *
File "/usr/lib/python3.8/site-packages/igraph/clustering.py", line 38, in <module>
from igraph.summary import _get_wrapper_for_width
File "/usr/lib/python3.8/site-packages/igraph/summary.py", line 11, in <module>
from texttable import Texttable
```
This task depends upon

Closed by  Antonio Rojas (arojas)
Tuesday, 11 February 2020, 10:51 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-igraph 0.8.0-2

Loading...