We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
I too facing the same issue. Did you fix it by any chance now?
Sorry, something went wrong.
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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: