Closed r4n4sh closed 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
It looks like this is due to the way zsh interprets square brackets. Try escaping them as follows: pip install reclab\[recommenders\]
pip install reclab\[recommenders\]
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