Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'interface' #50

Open
ghost opened this issue Jan 6, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'interface' #50

ghost opened this issue Jan 6, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants