lukas/ml-class

Tip for installing modules via pip

lemonkey opened this issue · 0 comments

On macOS El Capitain and later, you might run into permissions issues and the easiest way to fix this is to use the --user option so that the pip module is installed for the current user.

E.g.,:

pip install --user keras

I was having issues until I did the above.