maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.97k stars 421 forks source link

Cannot install spotlight via pip #130

Closed mexangel closed 5 years ago

mexangel commented 5 years ago

Hi,

I am using an environment where conda install is not possible. I have tried installing via pip but it doesn't work. Has anyone tried this? Would appreciate any tips.

huyhoang17 commented 5 years ago

change directory inside the root folder of project then: pip install .

artdgn commented 5 years ago

@mexangel I think you can also use pip install git+https://github.com/maciejkula/spotlight.git@master#egg=spotlight as a single command (or add it to the requirements.txt of your project, if you're trying to automate it)

mexangel commented 5 years ago

Thank you so much!

maciejkula commented 5 years ago

Thanks for your help, @artdgn!

mexangel commented 5 years ago

NB: https://github.com/maciejkula/spotlight.git@master#egg=spotlight doesn't exist

chrisjune commented 1 year ago

@mexangel I think you can also use pip install git+https://github.com/maciejkula/spotlight.git@master#egg=spotlight as a single command (or add it to the requirements.txt of your project, if you're trying to automate it)

It helped a lot!