Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

ModuleNotFoundError: No module named 'polara.recommender.hybrid' #1

Open
haow85 opened this issue Feb 3, 2020 · 4 comments
Open

ModuleNotFoundError: No module named 'polara.recommender.hybrid' #1

haow85 opened this issue Feb 3, 2020 · 4 comments

Comments

@haow85
Copy link

haow85 commented Feb 3, 2020

I got the following error when running HybridSVD.ipynb in Jupyter Notebook :

ModuleNotFoundError: No module named 'polara.recommender.hybrid'

I fixed the problem by uninstalling and reinstalling the module each time the error shows up. Is there any better way to tackle the issue ?

@evfro
Copy link
Owner

evfro commented May 9, 2020

Hi @haow85, sorry, somehow I missed notification on this issue. It seems that your installation is corrupt. How do you install polara?

@tracthuc
Copy link

I had the same probem. I installed by using source code from github.

@evfro
Copy link
Owner

evfro commented May 20, 2020

@haow85 @tracthuc I think, I know what is the problem. The hybrid part is only available on the develop branch, I haven't yet merged it into master. Please use the following command to install:
pip install --upgrade git+https://github.com/Evfro/polara.git@develop#egg=polara

Once I issue a new release, this will be available from the standard installation. Sorry for confusion.

@tracthuc
Copy link

@haow85 @tracthuc I think, I know what is the problem. The hybrid part is only available on the develop branch, I haven't yet merged it into master. Please use the following command to install:
pip install --upgrade git+https://github.com/Evfro/polara.git@develop#egg=polara

Once I issue a new release, this will be available from the standard installation. Sorry for confusion.

Thank you for your response. However, when running HybridSVD.ipynb, I got another error.

ImportError: cannot import name 'ColdStartSimilarityDataModel' from 'polara.recommender.coldstart.data'

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

No branches or pull requests

3 participants