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 "spotlight.interactions" #187

Open
NomiDomi opened this issue Jun 16, 2021 · 2 comments
Open

ModuleNotFoundError: No module named "spotlight.interactions" #187

NomiDomi opened this issue Jun 16, 2021 · 2 comments

Comments

@NomiDomi
Copy link

I need to migrate a code that is using spotlight to Azure Machine Learning.

When calling the module I am constantly getting these type of errors.

My python version is 3.6.9 in Azure Machine Learning and I tried to call the module on my local pc as well, but I am getting the same error.

Any news on how to fix this?

@santhoshgits
Copy link

I too facing the same issue. Did you fix it by any chance now?

@he7d3r
Copy link

he7d3r commented May 25, 2023

When I ran

pip install spotlight

and tried to run

from spotlight.interactions import Interactions

I got the same error, but it worked when I used this instead:

pip install git+https://github.com/maciejkula/spotlight.git@master#egg=spotlight

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

3 participants