I installed graphillion module with pip install command with Stash, then, site-packages-3 includes “graphillion”. When I run the script ‘ from graphillion import GraphSet’, NotModulezFoundError is reported. “setset.py Line 25” is “import _graphillion”, that is the source which pythonista3 is telling that No module named ‘_graphillion’. This underscore is written in the graphillion source code originally.What is the root cause?
Note: pip list command replied that there is graphillion module, but pip show command reports Not found.
"""Module for a set of sets.
"""
from builtins import range
from future.utils import viewitems
import _graphillion
class setset(_graphillion.setset):
"""Represents and manipulates a set of sets.
