python-interface icon indicating copy to clipboard operation
python-interface copied to clipboard

ModuleNotFoundError: No module named 'interface'

Open ghost opened this issue 3 years ago • 0 comments

When trying to import Interface module into a package, i'm getting following error

from interface import Interface Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'interface'

sys.path is giving the correct installation directory.

If tried installing again, I see this following dialog

> python3 -m pip install python-interface Requirement already satisfied: python-interface in c:\users\mohammeds\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (1.6.1) Requirement already satisfied: six in c:\users\mohammeds\appdata\local\packages\pythonsoftwarefoundation.python.3.9_qbz5n2kfra8p0\localcache\local-packages\python39\site-packages (from python-interface) (1.16.0)

Is there any dependency which you think is missing?

Python version: 3.9.13

ghost avatar Jan 06 '23 12:01 ghost