You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@budhiraja that looks like the correct command for installation. It sounds to me like the environment you're installing to might not be the one that you're running. From the pip output in your first snippet, it looks like python-interface is being installed to a conda env in c:\users\amar budhiraja\.conda\envs\keras. Is it possible that the command that's failing is using a different python environment? You should be able to check what environment your script is in by printing sys.prefix or sys.executable.
I installed python-interface package via pip:
pip install python-interface
with the following output:I then try to call it using the following import statement:
from interface import implements, Interface
but it results in the following import error:Can someone point me to what I might be missing? I did restart my terminal after the installation of the package.
The text was updated successfully, but these errors were encountered: