I have installed via ports py38-python-igraph-0.9.8. When I attempt to import the igraph module in my python script I get: >>> import igraph Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'igraph' >>>
*** This bug has been marked as a duplicate of bug 269786 ***