biolab / orange3-recommendation

🍊 :thumbsdown: Add-on for Orange3 to support recommender systems.
Other
25 stars 15 forks source link

Orange3-recommendation install in Anaconda environment #4

Closed suebose012 closed 7 years ago

suebose012 commented 8 years ago

Hi, How can I install Orange3-recommendation add-in in the Anaconda environment? I have Windows10, 64-bit installation and Orange3.3. Instructions for a pip or conda install in the Anaconda environment would be a great help. I have managed to install other add-ins in Orange3. I don't see it in the documentation for this one. Thanks!

kernc commented 7 years ago

Since orange3-recommendation seems to not yet be released on PyPI (@salvacarrion, have you time to check this?), the following might work:

pip install git+https://github.com/biolab/orange3-recommendation.git
suebose012 commented 7 years ago

@kernc - Hi, Doesn't work.. here is what I get.. Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/biolab/orange3-recommendation.git C:\Users\SE...S~1\AppData\Local\Temp\pip-t7zsczz_-build Cannot find command 'git' I think I will wait for @salvacarrion to provide feedback, also have no need for a git+ install. Thanks very much!

salvacarrion commented 7 years ago

It's already on PyPI. So in theory you should be able to install it now.

suebose012 commented 7 years ago

@salvacarrion - Thank you salvacarrion and @kernc ! Closing this out, Pip installation from the PyPI link was successful:

pip install https://github.com/biolab/orange3-recommendation/tarball/0.1.3 Look forward to using this later in the week.