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

demo example does not work #1

Open
dobryakov opened this issue Sep 14, 2018 · 2 comments
Open

demo example does not work #1

dobryakov opened this issue Sep 14, 2018 · 2 comments

Comments

@dobryakov
Copy link

As described in the readme:

pip install requirements.txt
cd demo
python collaborative_filtering_v1.py 

It does not work, because:

  1. pip install -r requirements.txt # do not forget "-r"
  2. ModuleNotFoundError: No module named 'keras_recommender' # this module is located in the parent directory, not the demo directory.
@tatarsky-v
Copy link

@dobryakov, about ModuleNotFoundError. Hot fix solution is copy keras_recommender/ to demo/ with
cp -R keras_recommender demo

@dobryakov
Copy link
Author

Thanks! ln -s also could work.

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

2 participants