[Bug 261468] python-igraph
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261468] py38-python-igraph igraph module import failure"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261468] devel/python-igraph: igraph module import failure"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261468] math/py-python-igraph: Fails to import: ModuleNotFoundError: No module named 'igraph'"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 16:51:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261468 Bug ID: 261468 Summary: python-igraph Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: chris@crvintel.com 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' >>> -- You are receiving this mail because: You are the assignee for the bug.