berkeley-reclab / RecLab

MIT License
64 stars 7 forks source link

Error in installing dependencies on MAC OS #226

Closed r4n4sh closed 2 years ago

r4n4sh commented 2 years ago

Hi, I got the following error when I tried to install the recommenders on MAC OS:

(base) ranashahout@Ranas-MacBook-Pro-2 3.10-dev % pip install reclab[recommenders]

zsh: no matches found: reclab[recommenders]

I already have g++ 5.0 and python3-dev installed. Thank you

Karl-Krauth commented 2 years ago

It looks like this is due to the way zsh interprets square brackets. Try escaping them as follows: pip install reclab\[recommenders\]