polara icon indicating copy to clipboard operation
polara copied to clipboard

ModuleNotFoundError: No module named 'polara'

Open shalinikaripe opened this issue 3 years ago • 1 comments


ModuleNotFoundError Traceback (most recent call last) Input In [50], in ----> 1 from polara.recommender.coldstart.models import LightFMItemColdStart

ModuleNotFoundError: No module named 'polara'

Even after doing pip install polara facing the issue.

shalinikaripe avatar Mar 10 '22 07:03 shalinikaripe

HI!

Are you sure that you're using the same env as the env you install polara to?

What does the following line give you?

from polara import RecommenderData

evfro avatar Mar 26 '22 05:03 evfro