Bug 261468 - math/py-python-igraph: Fails to import: ModuleNotFoundError: No module named 'igraph'
Summary: math/py-python-igraph: Fails to import: ModuleNotFoundError: No module named ...
Status: Closed DUPLICATE of bug 269786
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-01-25 16:51 UTC by chris
Modified: 2023-03-27 21:52 UTC (History)
3 users (show)

See Also:
fernape: maintainer-feedback? (lwhsu)
koobs: maintainer-feedback? (lwhsu)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris 2022-01-25 16:51:07 UTC
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'
>>>
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2023-03-27 21:52:05 UTC

*** This bug has been marked as a duplicate of bug 269786 ***